/* * defs.h * * Constant definitions which must be consistent throughout * * (c) 2006-2010 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifndef DEFS_H #define DEFS_H /* Maxmimum index to hold values up to (can be increased if necessary) */ #define INDMAX 140 /* Array size */ #define IDIM (INDMAX*2 +1) #endif /* DEFS_H */