aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/src/SetupGH.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index d04a80265..f24d3f6d4 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -739,7 +739,7 @@ namespace Carpet {
}
if (maxtimelevels < prolongation_order_time + 1) {
CCTK_VError (__LINE__, __FILE__, CCTK_THORNSTRING,
- "There are enough time levels for this time prolongation order: max_time_levels=%d, prolongation_order_time=%d",
+ "There are not enough time levels for this time prolongation order: max_time_levels=%d, prolongation_order_time=%d",
int(max_time_levels), int(prolongation_order_time));
}
}