aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-03-13 18:32:53 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-03-13 18:32:53 +0000
commit4bab50a5c0915ca35cbd6c522bb625b7a5c59504 (patch)
tree4d2dad9c2af3186cd65fb8a685c4f2c60c8d48b3
parent5658200e8d38cf962d5aa05efb2f75d92da84286 (diff)
Option strings are enclosed in curly braces.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@304 ebee0441-1374-4afa-a3b5-247f3ba15b9a
-rw-r--r--doc/documentation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index dc4f96e..f8fd6aa 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -60,7 +60,7 @@ Parameters to control the {\tt IOFlexIO} I/O method are:
The variables must be given by their fully qualified variable or group
name. The special keyword {\it all} requests {\tt IOFlexIO} 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{IOFlexIO_output_hyperslabs} for details).
@@ -142,13 +142,13 @@ other grid point will be output.
\begin{verbatim}
IOFlexIO::out_every = 1
- IOFlexIO::out_vars = "Grid::x[ out_every = 5 ]
- Wavetoy::phi[ origin = {4 4 4}
+ IOFlexIO::out_vars = "Grid::x{ out_every = 5 }
+ Wavetoy::phi{ origin = {4 4 4}
direction = {0 0 0
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: