diff options
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index fe171882..7b822938 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -40,6 +40,7 @@ #include "image.h" #include "utils.h" #include "crystal.h" +#include "geometry.h" /* Refineable parameters */ @@ -59,10 +60,11 @@ enum { }; -extern void pr_refine(Crystal *cr, const RefList *full); +extern void pr_refine(Crystal *cr, const RefList *full, PartialityModel pmodel); /* Exported so it can be poked by tests/pr_gradient_check */ -extern double gradient(Crystal *cr, int k, Reflection *refl); +extern double gradient(Crystal *cr, int k, Reflection *refl, + PartialityModel pmodel); #endif /* POST_REFINEMENT_H */ |