/* * ewald.h * * Calculate q-vector arrays * * (c) 2006-2010 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef EWALD_H #define EWALD_H #include "image.h" extern void get_ewald(struct image *image); #endif /* EWALD_H */