Turnin LSINK off by default to prepare for merge to master.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#define LDENSITY (1)
|
||||
#define LHYDRO (1)
|
||||
#define LMAGNETIC (0)
|
||||
#define LENTROPY (0)
|
||||
#define LMAGNETIC (1)
|
||||
#define LENTROPY (1)
|
||||
#define LTEMPERATURE (0)
|
||||
#define LFORCING (0)
|
||||
#define LFORCING (1)
|
||||
#define LUPWD (1)
|
||||
#define LSINK (1)
|
||||
#define LSINK (0)
|
||||
|
||||
#define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter
|
||||
|
||||
|
@@ -42,8 +42,8 @@
|
||||
#include "timer_hires.h"
|
||||
|
||||
//NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call.
|
||||
#define LFORCING (0)
|
||||
#define LSINK (1)
|
||||
#define LFORCING (1)
|
||||
#define LSINK (0)
|
||||
|
||||
// Window
|
||||
SDL_Renderer* renderer = NULL;
|
||||
|
@@ -41,8 +41,8 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
//NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call.
|
||||
#define LFORCING (0)
|
||||
#define LSINK (1)
|
||||
#define LFORCING (1)
|
||||
#define LSINK (0)
|
||||
|
||||
// Write all setting info into a separate ascii file. This is done to guarantee
|
||||
// that we have the data specifi information in the thing, even though in
|
||||
|
Reference in New Issue
Block a user