aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOHDF5/doc/documentation.tex')
-rw-r--r--Carpet/CarpetIOHDF5/doc/documentation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/CarpetIOHDF5/doc/documentation.tex b/Carpet/CarpetIOHDF5/doc/documentation.tex
index ef401153e..32993385d 100644
--- a/Carpet/CarpetIOHDF5/doc/documentation.tex
+++ b/Carpet/CarpetIOHDF5/doc/documentation.tex
@@ -267,10 +267,10 @@ refer to this thorn's documentation).
\begin{verbatim}
# say how often we want to checkpoint, how many checkpoints should be kept,
# how the checkpoints should be named, and they should be written to
- IO::checkpoint_ID = 100
- IO::checkpoint_keep = 2
- IO::checkpoint_file = "wavetoy"
- IO::checkpoint_dir = "wavetoy-checkpoints"
+ IO::checkpoint_every = 100
+ IO::checkpoint_keep = 2
+ IO::checkpoint_file = "wavetoy"
+ IO::checkpoint_dir = "wavetoy-checkpoints"
# enable checkpointing for CarpetIOHDF5
IOHDF5::checkpoint = "yes"