aboutsummaryrefslogtreecommitdiff
path: root/src/RegisterMoL.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/RegisterMoL.cc')
-rw-r--r--src/RegisterMoL.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RegisterMoL.cc b/src/RegisterMoL.cc
index 261ce08..0138140 100644
--- a/src/RegisterMoL.cc
+++ b/src/RegisterMoL.cc
@@ -12,5 +12,7 @@ extern "C" void WeylScal4_RegisterVars(CCTK_ARGUMENTS)
CCTK_INT ierr = 0;
/* Register all the evolved grid functions with MoL */
+
+ /* Register all the evolved Array functions with MoL */
return;
}