aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-02-05 23:52:04 +0100
committerThomas White <taw@bitwiz.org.uk>2013-02-05 23:52:04 +0100
commit004be7ba8d405c7d04ac6143c783bfec70d296bb (patch)
tree1829386435cb0e1a7e66faf57a069f8f94d39b74 /src/post-refinement.h
parent48bfb8e3674e921df3dc2ec387e6aa2889c343d3 (diff)
WIP on updating partialator
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index 2223dcdf..637c0bb0 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -39,6 +39,7 @@
#include "image.h"
#include "utils.h"
+#include "crystal.h"
/* Refineable parameters */
@@ -58,7 +59,7 @@ enum {
};
-extern void pr_refine(struct image *image, const RefList *full);
+extern void pr_refine(Crystal *cr, const RefList *full);
/* Exported so it can be poked by tests/pr_gradient_check */
extern double gradient(struct image *image, int k, Reflection *refl, double r);