From 0ee2c445d50bfdd8034823ee2eac437436fc7043 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 13 May 2003 15:28:37 +0000 Subject: Document the parameter table option "suppress_warnings". git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@62 1c20744c-e24a-42ec-9533-f5004cb800e5 --- doc/documentation.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 25990c9..b48f73b 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -177,8 +177,10 @@ the {\it Cactus ThornGuide}). At present, the table option \verb|boundary_extrapolation_tolerance| is not implemented. Instead, if any point cannot be mapped onto a processor -(i.e.\ the point is outside the global grid) the error code -\verb|CCTK_ERROR_INTERP_POINT_OUTSIDE| is returned. +(i.e.\ the point is outside the global grid), a level-1 warning is printed to +stdout by default, and the error code \verb|CCTK_ERROR_INTERP_POINT_OUTSIDE| is +returned. The warning will not be printed if the parameter table contains an +entry with the key \verb|"suppress_warnings"|. An error condition occuring only locally on a processor (\verb|CCTK_ERROR_INTERP_POINT_OUTSIDE| or error codes returned by -- cgit v1.2.3