diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2015-09-27 21:23:13 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-27 12:53:46 -0400 |
commit | fe9958380edba2025e1086dbf600064e420e3232 (patch) | |
tree | 29a04c4505b6c430b79c0855efa9819fc643471f | |
parent | 3741e8228e91c965084f511bdf51d0a528edc145 (diff) | |
download | subsurface-fe9958380edba2025e1086dbf600064e420e3232.tar.gz |
TestPlan: Set VPM-B conservatism to zero
The VPM-B benchmark results are all based on nominal/zero conservatism, so we
should make sure we use zero conservatism in the tests.
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | tests/testplan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp index c58bd39a4..9818a8360 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -32,6 +32,7 @@ void setupPrefsVpmb() prefs.descrate = 99000 / 60; prefs.last_stop = false; prefs.deco_mode = VPMB; + prefs.conservatism_level = 0; } void setupPlan(struct diveplan *dp) |