From efd6562f9156ddff2fe073c97b2ddbf25c45688e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Jul 2011 17:50:56 +0200 Subject: Separate "refinable" and "scalable" concepts --- src/geometry.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/geometry.h') diff --git a/src/geometry.h b/src/geometry.h index 892ff747..efda6c87 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -21,7 +21,11 @@ extern RefList *find_intersections(struct image *image, UnitCell *cell); -extern void update_partialities(struct image *image, const char *sym, - int *n_expected, int *n_found, int *n_notfound); +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); + #endif /* GEOMETRY_H */ -- cgit v1.2.3