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

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

parent bb537285
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
#endif
#include "ScriptCmds/ScriptIncludes.h"
#include "ScriptCmds/HydraConfig.h"
HYDRA_CONFIG_MODULE();
......
......@@ -3,6 +3,7 @@
// This define forces inclusion of numpy symbols only in the hip_module.cpp file
#define NUMPY_IMPORT_MODULE
#include "ScriptCmds/ScriptIncludes.h"
#include "ScriptCmds/HydraConfig.h"
HYDRA_CONFIG_MODULE();
......
......@@ -11,7 +11,5 @@
#undef max
#undef min
#include "ScriptCmds/HydraConfig.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.
Finish editing this message first!
Please register or to comment