summaryrefslogtreecommitdiffstats
path: root/tests/testplan.cpp
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-09-24 18:02:07 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-24 08:29:56 -0700
commit7b891904e77364719471098a7bdf4eacc589807c (patch)
tree9493f9d13b69fb9d13865a5c1a130f1f8fca4f1f /tests/testplan.cpp
parent2b14a9c95d6179fb4cff352dc20036594c8a5aff (diff)
downloadsubsurface-7b891904e77364719471098a7bdf4eacc589807c.tar.gz
Rename conservatism_level to vpmb_conservatism
Make the variable purpose less ambiguous Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testplan.cpp')
-rw-r--r--tests/testplan.cpp2
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)