mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Planner: incease step size in deco ascends to 3 seconds
Triple time step in deco ascents to improve responsiveness of interactive deco calculation. [Dirk Hohndel: split commit into two] Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
125ddd955c
commit
e6fc5d2370
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include "gettext.h"
|
||||
#include "libdivecomputer/parser.h"
|
||||
|
||||
#define TIMESTEP 1 /* second */
|
||||
#define TIMESTEP 3 /* second */
|
||||
#define DECOTIMESTEP 60 /* seconds. Unit of deco stop times */
|
||||
|
||||
int decostoplevels[] = { 0, 3000, 6000, 9000, 12000, 15000, 18000, 21000, 24000, 27000,
|
||||
|
|
Loading…
Reference in a new issue