diff options
author | Thomas White <taw@physics.org> | 2011-02-08 14:24:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:13 +0100 |
commit | 2f5b44635ac37f988b3b281c5aa0aada5a9d9d03 (patch) | |
tree | 4c0e8e26fbc08fef259d46d1d1fe50afa60366bc /src/reflist.h | |
parent | f20d9a294624b55b9e2b696ac9cc3b061d3043f6 (diff) |
Don't constantly re-integrate peaks
Diffstat (limited to 'src/reflist.h')
-rw-r--r-- | src/reflist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reflist.h b/src/reflist.h index c7b2ad42..78aadf2a 100644 --- a/src/reflist.h +++ b/src/reflist.h @@ -46,8 +46,6 @@ extern void set_detector_pos(Reflection *refl, double exerr, double x, double y); extern void set_partial(Reflection *refl, double r1, double r2, double p, double clamp_low, double clamp_high); -extern void set_indices(Reflection *refl, - signed int h, signed int k, signed int l); extern void set_int(Reflection *refl, double intensity); extern void set_scalable(Reflection *refl, int scalable); |