Skip to content
Snippets Groups Projects
Commit 5def621b authored by Mark Winter's avatar Mark Winter
Browse files

Fix for config file so it can output to script fronted on load

parent 9b443144
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#endif #endif
#include "ScriptCmds/ScriptIncludes.h" #include "ScriptCmds/ScriptIncludes.h"
#include "ScriptCmds/HydraConfig.h"
HYDRA_CONFIG_MODULE(); HYDRA_CONFIG_MODULE();
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
// This define forces inclusion of numpy symbols only in the hip_module.cpp file // This define forces inclusion of numpy symbols only in the hip_module.cpp file
#define NUMPY_IMPORT_MODULE #define NUMPY_IMPORT_MODULE
#include "ScriptCmds/ScriptIncludes.h" #include "ScriptCmds/ScriptIncludes.h"
#include "ScriptCmds/HydraConfig.h"
HYDRA_CONFIG_MODULE(); HYDRA_CONFIG_MODULE();
......
...@@ -11,7 +11,5 @@ ...@@ -11,7 +11,5 @@
#undef max #undef max
#undef min #undef min
#include "ScriptCmds/HydraConfig.h"
#include "ScriptCmds/ScriptHelpers.h" #include "ScriptCmds/ScriptHelpers.h"
#include "ScriptCmds/ScriptCommand.h" #include "ScriptCmds/ScriptCommand.h"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment