summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-20 13:37:30 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-20 13:37:30 +0000
commit703ea6772fd87596242989e4d56406e0f32d658e (patch)
treec6492e2c312da5b8d66f1b6af65ee314e63193e7 /doc
parent3ca1607c4a5cf21dacefcf2b091d343ecb5a9bcd (diff)
Remove extra \end{parameter}, correcting PR 1833.
Also untabify some source code. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3853 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index f0f51195..036f48d9 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -6253,7 +6253,6 @@ character*(*) variable
\begin{Parameter}{cctkGH}pointer to CCTK grid hierarchy\end{Parameter}
\begin{Parameter}{variable}full name of variable to output, with an optional
options string in curly braces\end{Parameter}
-\end{Parameter}
\end{ParameterSection}
\begin{Discussion}
@@ -8285,15 +8284,15 @@ return to the caller).
Cactus's behavior when \code{CCTK\_VWarn} is called depends on the
\code{-W} and \code{-E} command-line options:
\begin{itemize}
-\item Cactus prints any warning with a warning level $\le$
- the \code{-W} level to standard error (any warnings with
- warning levels $>$ the \code{-W} level are silently discarded).
- The default \code{-W} level is~1, \ie{} only level~0 and level~1
- warnings will be printed.
-\item Cactus stops (aborts) the current run for any warning
- with a warning level $\le$ the \code{-E} level.
- The default \code{-W} level is~0, \ie{} only level~0
- warnings will abort the run.
+\item Cactus prints any warning with a warning level $\le$
+ the \code{-W} level to standard error (any warnings with
+ warning levels $>$ the \code{-W} level are silently discarded).
+ The default \code{-W} level is~1, \ie{} only level~0 and level~1
+ warnings will be printed.
+\item Cactus stops (aborts) the current run for any warning
+ with a warning level $\le$ the \code{-E} level.
+ The default \code{-W} level is~0, \ie{} only level~0
+ warnings will abort the run.
\end{itemize}
Cactus guarantees that