aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry.h')
-rw-r--r--src/geometry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geometry.h b/src/geometry.h
index a1e73127..3e25a8a3 100644
--- a/src/geometry.h
+++ b/src/geometry.h
@@ -21,6 +21,8 @@ extern struct reflhit *find_intersections(struct image *image, UnitCell *cell,
double divergence, double bandwidth,
int *n, int output);
+extern double partiality(struct image *image, signed int h,
+ signed int k, signed int l);
extern double integrate_all(struct image *image, struct reflhit *hits, int n);