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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry.h') diff --git a/src/geometry.h b/src/geometry.h index efda6c87..c47f4a27 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -25,7 +25,7 @@ extern void predict_corresponding_reflections(struct image *image, const char *sym, int *n_expected, int *n_found, int *n_notfound); -extern void update_partialities(struct image *image, const char *sym); +extern void update_partialities(struct image *image); #endif /* GEOMETRY_H */ -- cgit v1.2.3