aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-22 16:04:01 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:44 +0100
commitbab3cc6956628f0e078d2ceb0a77a19f1fb8386d (patch)
treeb859b28853ac5bab2f6381d5e3e4f93d7ed5ccaf /libcrystfel/src/peaks.c
parent77d007d51024787ec6eb06fad022dde275bd33ac (diff)
Formatting
Diffstat (limited to 'libcrystfel/src/peaks.c')
-rw-r--r--libcrystfel/src/peaks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c
index 713dd0a6..067d32a4 100644
--- a/libcrystfel/src/peaks.c
+++ b/libcrystfel/src/peaks.c
@@ -467,7 +467,8 @@ void search_peaks(struct image *image, float threshold, float min_gradient,
struct panel *p = &image->det->panels[i];
if ( p->no_index ) continue;
- search_peaks_in_panel(image, threshold, min_gradient, min_snr, p);
+ search_peaks_in_panel(image, threshold, min_gradient,
+ min_snr, p);
}
}