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>
This commit is contained in:
parent
3741e8228e
commit
fe9958380e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user