aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-08-24 17:39:26 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:37 +0100
commit3942b5dcae527b696e243ce6f7771cbb4ba6c907 (patch)
treef407f77b1dff83596782f4b2c9cc3386b8128aed
parent1091711228930b7f443909d802263333b1802549 (diff)
Formatting
-rw-r--r--src/peaks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 0e99f86a..67b8d9c4 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -438,7 +438,6 @@ void search_peaks(struct image *image, float threshold, float min_gradient)
}
image->features = image_feature_list_new();
-
for ( i=0; i<image->det->n_panels; i++ ) {
struct panel *p = &image->det->panels[i];