Turnin LSINK off by default to prepare for merge to master.

This commit is contained in:
Miikka Vaisala
2019-09-16 11:15:44 +08:00
parent 42f92c7d49
commit f5733e5144
3 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
#define LDENSITY (1) #define LDENSITY (1)
#define LHYDRO (1) #define LHYDRO (1)
#define LMAGNETIC (0) #define LMAGNETIC (1)
#define LENTROPY (0) #define LENTROPY (1)
#define LTEMPERATURE (0) #define LTEMPERATURE (0)
#define LFORCING (0) #define LFORCING (1)
#define LUPWD (1) #define LUPWD (1)
#define LSINK (1) #define LSINK (0)
#define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter #define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter

View File

@@ -42,8 +42,8 @@
#include "timer_hires.h" #include "timer_hires.h"
//NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call. //NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call.
#define LFORCING (0) #define LFORCING (1)
#define LSINK (1) #define LSINK (0)
// Window // Window
SDL_Renderer* renderer = NULL; SDL_Renderer* renderer = NULL;

View File

@@ -41,8 +41,8 @@
#include <sys/types.h> #include <sys/types.h>
//NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call. //NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call.
#define LFORCING (0) #define LFORCING (1)
#define LSINK (1) #define LSINK (0)
// Write all setting info into a separate ascii file. This is done to guarantee // 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 // that we have the data specifi information in the thing, even though in