aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/src/regrid.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetRegrid2/src/regrid.cc')
-rw-r--r--Carpet/CarpetRegrid2/src/regrid.cc2
1 files changed, 1 insertions, 1 deletions
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;