diff options
author | Thomas White <taw@physics.org> | 2011-07-06 15:53:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | 7a7cf0355140357aafc48cbcf79b3b0dc1e574cd (patch) | |
tree | 3ddeb582840c2cc5f136c92cde144a32c5e90aef /src/geometry.h | |
parent | d5337c0c6494e388b991141856bcdaaebe2802f3 (diff) |
Fix the choice of "guiding" reflections for PR
Diffstat (limited to 'src/geometry.h')
-rw-r--r-- | src/geometry.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |