/* * render_hkl.h * * Draw pretty renderings of reflection lists * * (c) 2006-2010 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef RENDER_HKL_H #define RENDER_HKL_H enum { WGHT_I, WGHT_SQRTI, WGHT_COUNTS, WGHT_RAWCOUNTS, }; #endif /* RENDER_HKL_H */