diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-13 07:30:02 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-13 07:36:06 +0200 |
commit | fdfe758ab74fa954fa02eefda10480980074f010 (patch) | |
tree | 2fc4114a0e5c00b621fc7bfc47abf3b48a3284a4 | |
parent | ff5d16262e6f531b569f334db0825341532b777e (diff) |
explain why settings are ints
-rw-r--r-- | ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<int> kMinSmoothing, kMaxSmoothing, kSmoothingScaleCurve; settings() : b(bundle("ewma-filter")), |