aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-06-08 20:17:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-06-08 20:17:00 +0000
commitbfc5fb1a858ec9c1826992c37a187016044416f2 (patch)
tree899de087cb1a56d07ba320d03085d3623c56ef79 /Carpet/Carpet
parente6cc5e695b3c5cc62e2376bb7cb78620ee61ff39 (diff)
Carpet: Do not call postregrid after recovering
Skip the call to the postregrid bin after recovering. Instead, CarpetIOHDF5 now synchronises the grid functions. darcs-hash:20070608201716-dae7b-4f300b05c5213f45dbc739903989fd0b1bdf3f69.gz
Diffstat (limited to 'Carpet/Carpet')
-rw-r--r--Carpet/Carpet/src/Initialise.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/Initialise.cc b/Carpet/Carpet/src/Initialise.cc
index f8651d60c..a37bdf2b6 100644
--- a/Carpet/Carpet/src/Initialise.cc
+++ b/Carpet/Carpet/src/Initialise.cc
@@ -206,9 +206,11 @@ namespace Carpet {
} END_MGLEVEL_LOOP;
} // for rl
+#if 0
// TODO: Maybe do not checkpoint (nor read back) ghost and buffer
// zones
CallRegridRecoverMeta (cctkGH);
+#endif
}