aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/src/Initialise.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/Initialise.cc b/Carpet/Carpet/src/Initialise.cc
index a7736f5bd..4fabe1446 100644
--- a/Carpet/Carpet/src/Initialise.cc
+++ b/Carpet/Carpet/src/Initialise.cc
@@ -24,7 +24,9 @@ namespace Carpet {
static void CallSetup (cGH * cctkGH);
static void CallRecoverVariables (cGH * cctkGH);
+#if 0
static void CallRegridRecoverMeta (cGH * cctkGH);
+#endif
static void CallRegridRecoverLevel (cGH * cctkGH);
static void CallRegridInitialMeta (cGH * cctkGH);
static void CallRegridInitialLevel (cGH * cctkGH);
@@ -584,6 +586,7 @@ namespace Carpet {
+#if 0
void
CallRegridRecoverMeta (cGH * const cctkGH)
{
@@ -662,6 +665,7 @@ namespace Carpet {
timer.stop();
}
+#endif