diff options
Diffstat (limited to 'src')
-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 */ |