NOTE: Renamed LINDUCTION to LMAGNETIC throughout the project.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// clang-format off
|
||||
#ifdef PENCIL_ASTAROTH
|
||||
|
||||
#include "../cparam.inc_c.h"
|
||||
@@ -6,17 +7,16 @@
|
||||
#include "PC_moduleflags.h"
|
||||
#define CONFIG_PATH
|
||||
#define AC_MULTIGPU_ENABLED (false)
|
||||
#ifdef DOUBLE_PRECISION
|
||||
#ifdef DOUBLE_PRECISION
|
||||
#define AC_DOUBLE_PRECISION 1
|
||||
#else
|
||||
#define AC_DOUBLE_PRECISION 0
|
||||
#endif
|
||||
|
||||
#define LINDUCTION (LMAGNETIC) // TODO set default to 0 before including user.h
|
||||
#define LENTROPY (1) // TODO above
|
||||
#define LFORCING (1) // TODO above
|
||||
#define STENCIL_ORDER (6) // nghost is not 1, 2 or 3 (as it is not fetched from fortran yet). This causes the compilation to fail. TODO remove this line
|
||||
|
||||
#define USER_PROVIDED_DEFINES
|
||||
#endif
|
||||
|
||||
// clang-format on
|
||||
|
Reference in New Issue
Block a user