diff options
author | Thomas White <taw@physics.org> | 2011-04-26 12:07:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:24 +0100 |
commit | 136d9cc93b4012bdb1283f8cf283931786811948 (patch) | |
tree | 707cb1a5b477322b7a89573ff2821845e2f0d8be /src/geometry.h | |
parent | e0f621b0fa2094283f9a28155e5fbc75c74bd82c (diff) |
Work on post refinement
Diffstat (limited to 'src/geometry.h')
-rw-r--r-- | src/geometry.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |