aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-10-21 11:53:32 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:03 +0100
commitf7d612eb193e718490276b05b55af72cc3e70aac (patch)
treed870de57986f3e80a3350425bc58e72225c364ff /src/geometry.h
parent66d003e06152b1da64f28658818771ffa5999286 (diff)
s/hit/cpeak/
Avoid confusion over the use of the word 'hit'.
Diffstat (limited to 'src/geometry.h')
-rw-r--r--src/geometry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/geometry.h b/src/geometry.h
index 3e25a8a3..8ebfc1b2 100644
--- a/src/geometry.h
+++ b/src/geometry.h
@@ -17,13 +17,13 @@
#include <config.h>
#endif
-extern struct reflhit *find_intersections(struct image *image, UnitCell *cell,
- double divergence, double bandwidth,
- int *n, int output);
+extern struct cpeak *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);
+extern double integrate_all(struct image *image, struct cpeak *cpeaks, int n);
#endif /* GEOMETRY_H */