From 1e6ec50cde18e9cf3eda5e689a5b319c9689c11a Mon Sep 17 00:00:00 2001 From: jthorn Date: Sat, 26 Oct 2002 18:47:34 +0000 Subject: change "apparent-horizon surface point ouside the Cactus grid" and "infinity or NaN detected in interpolated geometry" from level 1 and 0 warnings respectively, to level 2 (--> won't halt Cactus run, probably won't even print anything) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@863 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/gr/gr.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gr') diff --git a/src/gr/gr.hh b/src/gr/gr.hh index 0c933f4..45771ef 100644 --- a/src/gr/gr.hh +++ b/src/gr/gr.hh @@ -137,8 +137,8 @@ struct Jacobian_info namespace horizon_function_warning_levels { enum { - failure = 1, // point outside grid etc - nonfinite = 0, // nonfinite gridfn detected + failure = 2, // point outside grid etc + nonfinite = 2, // nonfinite gridfn detected skip_nonfinite = 3 // no finite() function available // ==> skipping nonfinite check }; -- cgit v1.2.3