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