diff options
author | Thomas White <taw@physics.org> | 2010-11-22 16:56:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | 24746060a47d220c016f34e3598665817e3d407d (patch) | |
tree | 606ca7847fe950f4222e9eac111fe76de39b6bd6 /src/geometry.h | |
parent | df8c88903686266ae406dc8842d4e5cf2c4e3b95 (diff) |
Allow selected reflections to change
This partially reverts a2611c8c2acf977eddac2d1a372760383d395da5.
Diffstat (limited to 'src/geometry.h')
-rw-r--r-- | src/geometry.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |