aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/src/SetupGH.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index 8a45f7893..99de6fdb1 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -279,7 +279,8 @@ namespace Carpet {
// Check arguments:
CCTK_VInfo (CCTK_THORNSTRING,
- "This simulation runs in %d dimensions", cctkGH->cctk_dim);
+ "This simulation is running in %d dimensions",
+ cctkGH->cctk_dim);
// Only a specific number of dimensions is supported
assert (cctkGH->cctk_dim == dim);
// Not sure what to do with that