aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-10 14:52:51 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:14 +0000
commitc0acdf148966e006c6983ef2c865d850b727c545 (patch)
tree23c02082d4b5753fddfcecf4f8d6a374aeb70bd5
parentfa63257a5d3c77d56cd89a50810112f9afba207a (diff)
Carpet: Output number of dimensions during startup
-rw-r--r--Carpet/Carpet/src/SetupGH.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index 78fb15b0e..985529c13 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -272,6 +272,8 @@ namespace Carpet {
Waypoint ("Setting up the grid hierarchy");
// Check arguments:
+ CCTK_VInfo (CCTK_THORNSTRING,
+ "This simulation runs 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