From 136d9cc93b4012bdb1283f8cf283931786811948 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 26 Apr 2011 12:07:10 +0200 Subject: Work on post refinement --- src/geometry.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/geometry.h') diff --git a/src/geometry.h b/src/geometry.h index a0761456..f8c007fa 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -24,5 +24,8 @@ extern RefList *find_intersections(struct image *image, UnitCell *cell, extern double integrate_all(struct image *image, RefList *reflections); - +extern void update_partialities_and_asymm(struct image *image, const char *sym, + ReflItemList *obs, + int *n_expected, int *n_found, + int *n_notfound); #endif /* GEOMETRY_H */ -- cgit v1.2.3