diff options
Diffstat (limited to 'tests/testplan.cpp')
-rw-r--r-- | tests/testplan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp index 19852d4f2..43473db7a 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -33,7 +33,7 @@ void setupPrefsVpmb() prefs.descrate = 99000 / 60; prefs.last_stop = false; prefs.deco_mode = VPMB; - prefs.conservatism_level = 0; + prefs.vpmb_conservatism = 0; } void setupPlan(struct diveplan *dp) |