aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@ff385933-4943-42dc-877b-ffc776028de6>2002-09-01 08:28:09 +0000
committerallen <allen@ff385933-4943-42dc-877b-ffc776028de6>2002-09-01 08:28:09 +0000
commitd9aa652e8c23788f328e01530456c1e19d7b5ade (patch)
treec5c41ed31779103358ca0a791088aa46157c7f49
parent5bd4e850c1b3e301a8684eebcb44f98bee6b5ab6 (diff)
Updated documentation for new verbose parameter
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@36 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--doc/documentation.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 4f048b8..7aed2e4 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -67,8 +67,9 @@ Currently these actions can be to
just print a level 1 warning message telling you where NaNs/Infs were found
and how many (for grid array variables).\\
- For grid arrays it will also print level 2 warnings with the array index
- (in fortran order) for all NaN/Inf elements. You can limit the number of
+ For grid arrays it will also print information with the array index
+ (in fortran order) for all NaN/Inf elements, depending on the value of
+ the keyword parameter {\tt verbose}. You can limit the number of
such warnings by setting the {\tt NanChecker::report\_max} parameter.
\item{\tt terminate}