aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
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
};