mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
planner: move decotimestap to diveplannermodel.cpp
The deco timestep is a parameter to the plan() function. There seems no need to define this as a global macro. Probably some code reshuffeling artifact. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4db19d6284
commit
9a052cd089
3 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,6 @@
|
|||
#include "units.h"
|
||||
#include "divemode.h"
|
||||
|
||||
#define DECOTIMESTEP 60 /* seconds. Unit of deco stop times */
|
||||
|
||||
/* this should be converted to use our types */
|
||||
struct divedatapoint {
|
||||
int time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue