aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/peaks.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/peaks.c b/src/peaks.c
index e02e9747..e5ba5337 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -258,7 +258,6 @@ static void search_peaks_in_panel(struct image *image, float threshold,
double f_ss = 0.0;
double intensity = 0.0;
int nrej_dis = 0;
- int nrej_hot = 0;
int nrej_pro = 0;
int nrej_fra = 0;
int nrej_bad = 0;
@@ -389,9 +388,9 @@ static void search_peaks_in_panel(struct image *image, float threshold,
ncull = 0;
}
-// STATUS("%i accepted, %i box, %i hot, %i proximity, %i outside panel, "
+// STATUS("%i accepted, %i box, %i proximity, %i outside panel, "
// "%i in bad regions, %i badrow culled.\n",
-// nacc, nrej_dis, nrej_hot, nrej_pro, nrej_fra, nrej_bad, ncull);
+// nacc, nrej_dis, nrej_pro, nrej_fra, nrej_bad, ncull);
}