aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-09-24 10:29:56 -0400
committerErik Schnetter <schnetter@gmail.com>2013-09-24 10:29:56 -0400
commitd37f25ab50b6155026196665c502864e9696dd5b (patch)
tree243dc2383832a46e9a0e29c32ef49504a41315d3
parentb3bc3f55da065426329f806ea9b26538bb6e4ee1 (diff)
CarpetRegrid2: Correct wording of error message
-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;