From 24746060a47d220c016f34e3598665817e3d407d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Nov 2010 16:56:32 +0100 Subject: Allow selected reflections to change This partially reverts a2611c8c2acf977eddac2d1a372760383d395da5. --- src/geometry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry.h') diff --git a/src/geometry.h b/src/geometry.h index 03fde52f..0782a3e1 100644 --- a/src/geometry.h +++ b/src/geometry.h @@ -18,7 +18,7 @@ #endif extern struct cpeak *find_intersections(struct image *image, UnitCell *cell, - int *n, int output, struct cpeak *t); + int *n, int output); extern double integrate_all(struct image *image, struct cpeak *cpeaks, int n); -- cgit v1.2.3