From f7d612eb193e718490276b05b55af72cc3e70aac Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Oct 2010 11:53:32 -0700 Subject: s/hit/cpeak/ Avoid confusion over the use of the word 'hit'. --- src/geometry.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/geometry.h') 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 #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 */ -- cgit v1.2.3