aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/SetupGH.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-02-05 19:19:57 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:57 +0000
commitaded0ef11b3115399f20a5aca74f629c1c9ab7c1 (patch)
treebfdc61ef57d09b9323991f48188faf13e56947a5 /Carpet/Carpet/src/SetupGH.cc
parentf7600fa527bbfa205bc885861c7b2d78e3075077 (diff)
Carpet: Modify startup message
Diffstat (limited to 'Carpet/Carpet/src/SetupGH.cc')
-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