diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-02-05 23:52:04 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-02-05 23:52:04 +0100 |
commit | 004be7ba8d405c7d04ac6143c783bfec70d296bb (patch) | |
tree | 1829386435cb0e1a7e66faf57a069f8f94d39b74 /src/post-refinement.h | |
parent | 48bfb8e3674e921df3dc2ec387e6aa2889c343d3 (diff) |
WIP on updating partialator
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 3 |
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); |