aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/doc/documentation.tex
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-11-16 13:26:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-11-16 13:26:00 +0000
commite99c8ce5d73061098560052e13a4c20210d4a313 (patch)
treec4e06e2997264793f323ff4c982cca79790d98d1 /Carpet/CarpetIOHDF5/doc/documentation.tex
parent91e3c77c9fe2b5fd7f6f06e228a1b45be615c057 (diff)
CarpetIOHDF5: fixed typo in checkpointing example in thorn documentation
darcs-hash:20051116132635-776a0-1ea49bd1b181bc7a44b9cfe2638326e1937677dd.gz
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"