aboutsummaryrefslogtreecommitdiff
path: root/src/driver/Newton.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/Newton.cc')
-rw-r--r--src/driver/Newton.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/Newton.cc b/src/driver/Newton.cc
index b1f3ece..fdd5bcc 100644
--- a/src/driver/Newton.cc
+++ b/src/driver/Newton.cc
@@ -471,7 +471,7 @@ if (hs.has_genuine_horizons())
verbose_info.print_algorithm_details);
if ((rcond >= 0.0) && (rcond < 100.0*FP_EPSILON))
then {
- CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn(SERIOUS_WARNING, __LINE__, __FILE__, CCTK_THORNSTRING,
"Newton_solve: Jacobian matrix is numerically singular!");
// give up on this horizon
break; // *** LOOP CONTROL ***