Skip to content
Snippets Groups Projects
Commit d99d05ca authored by Ulrich Steinwandel's avatar Ulrich Steinwandel
Browse files

fixed a small precompiler flag issue with the magnetic signal velocity,...

fixed a small precompiler flag issue with the magnetic signal velocity, confirmed that the code doesn't crash becasue of the definition of magnetic signal velocity so it must be somethig more fundamental
parent 18293711
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,16 @@ ...@@ -24,11 +24,16 @@
#include "../io/parameters.h" #include "../io/parameters.h"
#ifdef MHD #ifdef MHD
#ifndef MAGNETIC_SIGNALVEL
#define MAGNETIC_SIGNALVEL #define MAGNETIC_SIGNALVEL
#endif
#ifndef DIVBFORCE #ifndef DIVBFORCE
#define DIVBFORCE 1 #define DIVBFORCE 1
#endif #endif
#endif
#endif //MHD
/** Data which is the SAME for all tasks (mostly code parameters read /** Data which is the SAME for all tasks (mostly code parameters read
* from the parameter file). Holding this data in a structure is * from the parameter file). Holding this data in a structure is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment