From 7a7cf0355140357aafc48cbcf79b3b0dc1e574cd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 6 Jul 2011 15:53:31 +0200 Subject: Fix the choice of "guiding" reflections for PR --- src/post-refinement.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/post-refinement.h') 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); -- cgit v1.2.3