mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make bigger steps when calculating TTS
[Dirk Hohndel: this was sent ages ago and in all the discussions about the implications I apparently never applied this] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c92bb9e021
commit
9874a97ed5
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ static void calculate_ndl_tts(double tissue_tolerance, struct plot_data *entry,
|
|||
const int ascent_s_per_deco_step = 1;
|
||||
const int ascent_mm_per_deco_step = 16; /* 1 m/min */
|
||||
/* how long time steps in deco calculations? */
|
||||
const int time_stepsize = 10;
|
||||
const int time_stepsize = 60;
|
||||
const int deco_stepsize = 3000;
|
||||
/* at what depth is the current deco-step? */
|
||||
int next_stop = ROUND_UP(deco_allowed_depth(tissue_tolerance, surface_pressure, dive, 1), deco_stepsize);
|
||||
|
|
Loading…
Add table
Reference in a new issue