aboutsummaryrefslogtreecommitdiff
path: root/ML_Kretschmann/src/RegisterMoL.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ML_Kretschmann/src/RegisterMoL.cc')
-rw-r--r--ML_Kretschmann/src/RegisterMoL.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/ML_Kretschmann/src/RegisterMoL.cc b/ML_Kretschmann/src/RegisterMoL.cc
new file mode 100644
index 0000000..07c7757
--- /dev/null
+++ b/ML_Kretschmann/src/RegisterMoL.cc
@@ -0,0 +1,18 @@
+/* File produced by Kranc */
+
+#include "cctk.h"
+#include "cctk_Arguments.h"
+#include "cctk_Parameters.h"
+
+extern "C" void ML_Kretschmann_RegisterVars(CCTK_ARGUMENTS)
+{
+ DECLARE_CCTK_ARGUMENTS;
+ DECLARE_CCTK_PARAMETERS;
+
+ CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
+
+ /* Register all the evolved grid functions with MoL */
+
+ /* Register all the evolved Array functions with MoL */
+ return;
+}