aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-06 15:53:31 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:32 +0100
commit7a7cf0355140357aafc48cbcf79b3b0dc1e574cd (patch)
tree3ddeb582840c2cc5f136c92cde144a32c5e90aef /src/post-refinement.h
parentd5337c0c6494e388b991141856bcdaaebe2802f3 (diff)
Fix the choice of "guiding" reflections for PR
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index 039a69c8..28d65877 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -41,8 +41,7 @@ enum {
};
-extern void pr_refine(struct image *image, const RefList *full,
- const char *sym);
+extern void pr_refine(struct image *image, 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);