aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-03-13 18:29:36 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-03-13 18:29:36 +0000
commit96964076e8116fce51e507e9ba04345d75399249 (patch)
tree8dd3c8d91ad02fdcb76867ea8778583dc5cc7191
parent9f571db8c35923dff20723cd7ada7ff85ea6f317 (diff)
Option strings are enclosed in curly braces.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@148 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--doc/documentation.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index d5ff0a9..3d57479 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -89,7 +89,7 @@ Parameters to control the {\tt Scalar} I/O method are:
variables. Multiple variables must be separated by spaces.
For CCTK\_GF and CCTK\_ARRAY variables, an option string can
be appended
- in square brackets to the name of the variable. The only option
+ in curly braces to the name of the variable. The only option
supported so far is an individual list of reductions for that variable
which would take precedence over the default reduction operations to
perform.
@@ -125,7 +125,7 @@ Parameters to control the {\tt Info} I/O method are:
variables. Multiple variables must be separated by spaces.\\
For CCTK\_GF and CCTK\_ARRAY variables, an option string can
be appended
- in square brackets to the name of the variable. The only option
+ in curly braces to the name of the variable. The only option
supported so far is an individual list of reductions for that variable
which would take precedence over the default reduction operations to
perform.
@@ -159,7 +159,7 @@ imaginary part are printed.
\begin{verbatim}
IOBasic::outInfo_every = 2
IOBasic::outInfo_vars = "grid::r
- wavetoy::phi[reductions = 'norm2']
+ wavetoy::phi{reductions = 'norm2'}
mythorn::complex"
IOBasic::outInfo_reductions = "minimum maximum"
\end{verbatim}