aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h
index 07c257e6..7b66b9ac 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -22,7 +22,7 @@
#include "reflist.h"
extern void search_peaks(struct image *image, float threshold,
- float min_gradient);
+ float min_gradient, float min_snr);
extern void integrate_reflections(struct image *image,
int polar, int use_closer, int bgsub);