From fdfe758ab74fa954fa02eefda10480980074f010 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 13 Jun 2014 07:30:02 +0200 Subject: explain why settings are ints --- ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h index b3dc5746..bde3e79c 100644 --- a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h +++ b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h @@ -36,6 +36,7 @@ using namespace options; struct settings { pbundle b; + // these are sadly sliders for now due to int/double mismatch -sh value kMinSmoothing, kMaxSmoothing, kSmoothingScaleCurve; settings() : b(bundle("ewma-filter")), -- cgit v1.2.3