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/geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry.c') diff --git a/src/geometry.c b/src/geometry.c index df1e8ac4..b338da56 100644 --- a/src/geometry.c +++ b/src/geometry.c @@ -347,7 +347,7 @@ void predict_corresponding_reflections(struct image *image, const char *sym, /* Calculate partialities and apply them to the image's raw_reflections */ -void update_partialities(struct image *image, const char *sym) +void update_partialities(struct image *image) { Reflection *refl; RefListIterator *iter; -- cgit v1.2.3