aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cyclone/sickle/rampsmooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/sickle/rampsmooth.c b/cyclone/sickle/rampsmooth.c
index 848e304..32be1d7 100644
--- a/cyclone/sickle/rampsmooth.c
+++ b/cyclone/sickle/rampsmooth.c
@@ -7,7 +7,7 @@
#include "sickle/sic.h"
/* LATER select the mode fitter-optionally */
-#define RAMPSMOOTH_GEOMETRIC /* geometric series (same as slide~) CHECKED */
+/* #define RAMPSMOOTH_GEOMETRIC /* geometric series (same as slide~) CHECKED */
#ifndef RAMPSMOOTH_GEOMETRIC
#define RAMPSMOOTH_LINEAR
#endif