From 667c06f12ca19986acfc00b0bc3adc2ca7f58f58 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 9 Nov 2011 14:45:58 +0100 Subject: partialator: Use all reflections (not just the ones found the first time around) --- src/geometry.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/geometry.h') diff --git a/src/geometry.h b/src/geometry.h index 486f1a60..ddf04b80 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -21,7 +21,6 @@ extern RefList *find_intersections(struct image *image, UnitCell *cell); -extern void update_partialities(struct image *image, - int *n_expected, int *n_found, int *n_notfound); +extern void update_partialities(struct image *image); #endif /* GEOMETRY_H */ -- cgit v1.2.3