/* * post-refinement.h * * Post refinement * * (c) 2006-2011 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifndef POST_REFINEMENT_H #define POST_REFINEMENT_H #ifdef HAVE_CONFIG_H #include #endif #include #include "image.h" #include "utils.h" extern void pr_refine(struct image *image, const double *i_full, const char *sym); #endif /* POST_REFINEMENT_H */