diff options
author | Thomas White <taw@physics.org> | 2014-08-13 17:17:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-08-13 17:17:49 +0200 |
commit | 38a1ea2575da5499b0cd47d416df639bdcada418 (patch) | |
tree | 8805a245ade6ce4bdf88e6f1b84612f10545f69e /libcrystfel/src/integration.h | |
parent | d4a727a2ef2b07bbea24452001209fa42d851f64 (diff) |
Fix handling of overlapping reflections
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r-- | libcrystfel/src/integration.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index 6e80405c..9e1c8ee1 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -112,8 +112,6 @@ extern void integrate_all_4(struct image *image, IntegrationMethod meth, signed int idh, signed int idk, signed int idl, int results_pipe); -extern void flag_overlaps(struct image *image, double ir_inn); - #ifdef __cplusplus } |