diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-22 16:04:01 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:44 +0100 |
commit | bab3cc6956628f0e078d2ceb0a77a19f1fb8386d (patch) | |
tree | b859b28853ac5bab2f6381d5e3e4f93d7ed5ccaf | |
parent | 77d007d51024787ec6eb06fad022dde275bd33ac (diff) |
Formatting
-rw-r--r-- | libcrystfel/src/peaks.c | 3 |
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); } } |