aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-22 11:39:07 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:06 +0100
commit95588bbf411aa46473ad098125a65012f2df68fc (patch)
tree2a7c74ce5f29a5c52ecd5c242d5c4d1cf7a4ede4 /src/geometry.h
parent20d05388833bd9f3b6819d82f983eea424663407 (diff)
Don't change which reflections are used for refinement until the next macrocycle
Diffstat (limited to 'src/geometry.h')
-rw-r--r--src/geometry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry.h b/src/geometry.h
index 0782a3e1..03fde52f 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);
+ int *n, int output, struct cpeak *t);
extern double integrate_all(struct image *image, struct cpeak *cpeaks, int n);