aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-05-08 19:36:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-05-08 19:36:00 +0000
commitdc26cbb4265060db4ff6cdfd5980f23c1b2a9973 (patch)
treeb3f67484d905f346818fb7a7fd480c679c32c8f1 /Carpet/CarpetIOHDF5/schedule.ccl
parenta4615da04e93539e86611c6ab414601787abad97 (diff)
CarpetIOHDF5: Correct handling of "use_grid_structure_from_checkpoint"
Correct errors in the handling of the parameter "use_grid_structure_from_checkpoint". darcs-hash:20060508193609-dae7b-c5cf907171eb31e8298669cf4bd4aa03f2c79429.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/schedule.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/schedule.ccl9
1 files changed, 0 insertions, 9 deletions
diff --git a/Carpet/CarpetIOHDF5/schedule.ccl b/Carpet/CarpetIOHDF5/schedule.ccl
index b586376ad..0ff1986a5 100644
--- a/Carpet/CarpetIOHDF5/schedule.ccl
+++ b/Carpet/CarpetIOHDF5/schedule.ccl
@@ -57,15 +57,6 @@ if (! CCTK_Equals (recover, "no") && *recover_file)
} "Overwrite 'CarpetRegird::refinement_levels' with the number of levels found in the checkpoint file"
}
- if (use_grid_structure_from_checkpoint)
- {
- schedule CarpetIOHDF5_RecoverGridStructure at RECOVER_PARAMETERS
- {
- LANG:C
- OPTIONS: meta
- } "Grid structure recovery routine"
- }
-
schedule CarpetIOHDF5_CloseFiles at POST_RECOVER_VARIABLES
{
LANG: C