aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 5ad1df6..6dd4068 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -71,9 +71,10 @@ 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 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
+ If the keyword parameter {\tt verbose} is set to {\tt "all"} then for each
+ grid array it will also print the grid indices (in Fortran notation)
+ and the physical coordinates for all NaN/Inf elements found.
+ You can limit the number of
such warnings by setting the {\tt NanChecker::report\_max} parameter.
\item{\tt terminate}