aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schedule.c')
-rw-r--r--src/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schedule.c b/src/schedule.c
index d444d5e..4b540fd 100644
--- a/src/schedule.c
+++ b/src/schedule.c
@@ -8,7 +8,7 @@
#define STOPLEN_ROUGH 10
#define STOPLEN_FINE 1
-int SWITCH_INTERMEDIATE = 1;
+int SWITCH_INTERMEDIATE = SWITCH_INTERMEDIATE_DEFAULT;
const gas_t *best_gas(const double depth, const gas_t *gasses, const int nof_gasses)
{