aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 18:47:34 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 18:47:34 +0000
commit1e6ec50cde18e9cf3eda5e689a5b319c9689c11a (patch)
tree44de35387601b3f8d4f732025c970a3e93044f3d /src/gr
parent432e7e8056c5af511a7736786eb0b5c4ef8245c2 (diff)
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
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/gr.hh4
1 files changed, 2 insertions, 2 deletions
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
};