aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-10 15:53:06 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:17 +0000
commit69ec8769e53289499784c236253952fa1d39b583 (patch)
treeb1c8c985128d0c37dd5037994176bede5d001b73 /Carpet/CarpetLib/src/ggf.cc
parent6126da502c7c9db37b977bae01dcba3046f3e71a (diff)
CarpetLib: Beautify error message
Diffstat (limited to 'Carpet/CarpetLib/src/ggf.cc')
-rw-r--r--Carpet/CarpetLib/src/ggf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/ggf.cc b/Carpet/CarpetLib/src/ggf.cc
index d975a55a1..cb7605517 100644
--- a/Carpet/CarpetLib/src/ggf.cc
+++ b/Carpet/CarpetLib/src/ggf.cc
@@ -351,7 +351,7 @@ ref_bnd_prolongate_all (comm_state & state,
// Interpolation in time
if (not (timelevels(ml,rl) >= prolongation_order_time+1)) {
char * const fullname = CCTK_FullName (varindex);
- CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn (CCTK_WARN_ABORT, __LINE__, __FILE__, CCTK_THORNSTRING,
"The variable \"%s\" has only %d active time levels, which is not enough for boundary prolongation of order %d",
fullname ? fullname : "<unknown variable>",
timelevels(ml,rl), prolongation_order_time);