aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2004-03-13 18:27:57 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2004-03-13 18:27:57 +0000
commit2f561123f00bc6e3e264335727c2b1397da2459f (patch)
treea7b0cb9200c9983715e51a310b759c4751305d7d
parent2a652dabb12a6a97d48cb47a29012ccb43bf3212 (diff)
Option strings are enclosed in curly braces.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@182 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--doc/documentation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 9e8ef13..32fa00e 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -55,7 +55,7 @@ Parameters to control the \ThisThorn\ I/O method are:
The variables must be given by their fully qualified variable or group
name. The special keyword {\it all} requests \ThisThorn\ output for
all variables. Multiple names must be separated by whitespaces.\\
- An option string can be appended in square brackets to a group/variable
+ An option string can be appended in curly braces to a group/variable
name. Supported options are {\tt out\_every} (to set the output
frequency for individual variables) and hyperslab options (see section
\ref{IOHDF5_output_hyperslabs} for details).
@@ -118,12 +118,12 @@ other grid point will be output.
\begin{verbatim}
IOHDF5::out_every = 1
- IOHDF5::out_vars = "Grid::x[ out_every = 5 ]
- Wavetoy::phi[ origin = {4 4 4}
+ IOHDF5::out_vars = "Grid::x{ out_every = 5 }
+ Wavetoy::phi{ origin = {4 4 4}
direction = {0 1 0
0 0 1}
extent = {10 20}
- downsample = {2 2} ]"
+ downsample = {2 2} }"
\end{verbatim}
The hyperslab parameters which can be set in an option string are: