diff options
author | Thomas White <taw@physics.org> | 2011-07-08 11:58:51 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | 8d936be13863254963787dc492448792203bb1c0 (patch) | |
tree | 564f5ac8a048f0ab5b0c4b29621f7a01d0d8ee98 /src/geometry.h | |
parent | 5d6141ce7420132ea1d59b6a199e606625a6ce12 (diff) |
Make post refinement go a LOT faster
Diffstat (limited to 'src/geometry.h')
-rw-r--r-- | src/geometry.h | 8 |
1 files changed, 2 insertions, 6 deletions
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 */ |