From 1235c59a99de33fd9e97538e2135bdd5c958ee9c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 8 Oct 2010 18:52:59 +0200 Subject: Move partiality() --- src/geometry.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/geometry.c') diff --git a/src/geometry.c b/src/geometry.c index d91e89bc..e5cf223b 100644 --- a/src/geometry.c +++ b/src/geometry.c @@ -138,6 +138,13 @@ struct reflhit *find_intersections(struct image *image, UnitCell *cell, } +/* Return the partiality of this reflection in this image */ +double partiality(struct image *image, signed int h, signed int k, signed int l) +{ + return 1.0; +} + + double integrate_all(struct image *image, struct reflhit *hits, int n) { double itot = 0.0; -- cgit v1.2.3