mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Disable Debugging in Planner.
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
1560272673
commit
e6f5fd0415
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#include "qthelper.h"
|
#include "qthelper.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
#define DEBUG_PLAN 255
|
//#define DEBUG_PLAN 255
|
||||||
|
|
||||||
static constexpr int base_timestep = 2; // seconds
|
static constexpr int base_timestep = 2; // seconds
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue