diff options
Diffstat (limited to 'src/geometry.h')
-rw-r--r-- | src/geometry.h | 8 |
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 */ |