diff options
author | Thomas White <taw@physics.org> | 2010-09-09 14:09:42 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:57 +0100 |
commit | 717f89b116fef535072be5ada5b3c32a4fc6de1b (patch) | |
tree | ceaf390fbd5d83631a04c1c6eb2fdee48c939c3f /src/render_hkl.h | |
parent | de8b6e79df15f7ce5e6acaa55b8de7abd4454fa2 (diff) |
Add missing render_hkl.h
Diffstat (limited to 'src/render_hkl.h')
-rw-r--r-- | src/render_hkl.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/render_hkl.h b/src/render_hkl.h new file mode 100644 index 00000000..921a9331 --- /dev/null +++ b/src/render_hkl.h @@ -0,0 +1,26 @@ +/* + * render_hkl.h + * + * Draw pretty renderings of reflection lists + * + * (c) 2006-2010 Thomas White <taw@physics.org> + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#ifndef RENDER_HKL_H +#define RENDER_HKL_H + +enum { + WGHT_I, + WGHT_SQRTI, + WGHT_COUNTS, + WGHT_RAWCOUNTS, +}; + +#endif /* RENDER_HKL_H */ |