From 8d936be13863254963787dc492448792203bb1c0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 8 Jul 2011 11:58:51 +0200 Subject: Make post refinement go a LOT faster --- src/geometry.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/geometry.h') diff --git a/src/geometry.h b/src/geometry.h index c47f4a27..486f1a60 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -21,11 +21,7 @@ extern RefList *find_intersections(struct image *image, UnitCell *cell); -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); - +extern void update_partialities(struct image *image, + int *n_expected, int *n_found, int *n_notfound); #endif /* GEOMETRY_H */ -- cgit v1.2.3