From d37f25ab50b6155026196665c502864e9696dd5b Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 24 Sep 2013 10:29:56 -0400 Subject: CarpetRegrid2: Correct wording of error message --- Carpet/CarpetRegrid2/src/regrid.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carpet/CarpetRegrid2/src/regrid.cc b/Carpet/CarpetRegrid2/src/regrid.cc index 983a33496..528d39b3a 100644 --- a/Carpet/CarpetRegrid2/src/regrid.cc +++ b/Carpet/CarpetRegrid2/src/regrid.cc @@ -90,7 +90,7 @@ namespace CarpetRegrid2 { } if (any (rad < CCTK_REAL(0))) { CCTK_VWarn (CCTK_WARN_ABORT, __LINE__, __FILE__, CCTK_THORNSTRING, - "The radius of refinement level %d of region %d is [%g,%g,%g], which is non-negative", + "The radius of refinement level %d of region %d is [%g,%g,%g], which is not non-negative", rl, n + 1, double(rad[0]), double(rad[1]), double(rad[2])); found_error = true; -- cgit v1.2.3