aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}