diff options
author | Thomas White <taw@physics.org> | 2013-06-01 15:41:52 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-06-01 15:41:52 -0700 |
commit | fc75fe833b82679d783cb43299ed46fcf67fcc22 (patch) | |
tree | fcb159d7a12617e1f784a73bc02cc3a4de7078b6 /libcrystfel/src/integration.c | |
parent | 77fc37b5ef387eb9a037bcd9bd3bc5611868815a (diff) |
Extreme fussiness
Diffstat (limited to 'libcrystfel/src/integration.c')
-rw-r--r-- | libcrystfel/src/integration.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 91f9ab21..6be0efb7 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -447,7 +447,6 @@ static void zero_profiles(struct intcontext *ic) } - static int alloc_boxes(struct intcontext *ic, int new_max_boxes) { struct peak_box *boxes_new; |