aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-04 17:50:56 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commitefd6562f9156ddff2fe073c97b2ddbf25c45688e (patch)
tree1d0320634e5cacf9130900b6a013010503a34f41 /src/geometry.h
parentb67429762f02d906fdc3ab14da4577c958937679 (diff)
Separate "refinable" and "scalable" concepts
Diffstat (limited to 'src/geometry.h')
-rw-r--r--src/geometry.h8
1 files changed, 6 insertions, 2 deletions
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 */