aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2010-03-05 20:44:27 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2010-03-05 20:44:27 +0000
commitd635f4788b1f0f862ead1b979cb08293ffec617b (patch)
tree2fc11fc91d6d0b27d37a97f953b5b0f7a91c3180 /src
parent0380fbfaa33d675db86337c20ea7c7fb61260e34 (diff)
a bit more output (b), make par_b steerable
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@99 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'src')
-rw-r--r--src/TwoPunctures.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TwoPunctures.c b/src/TwoPunctures.c
index d961815..e9284d4 100644
--- a/src/TwoPunctures.c
+++ b/src/TwoPunctures.c
@@ -229,6 +229,7 @@ TwoPunctures (CCTK_ARGUMENTS)
} else {
CCTK_INFO ("Solving puncture equation for BH-BH system");
}
+ CCTK_VInfo (CCTK_THORNSTRING, "b = %g", par_b);
/* initialise to 0 */
for (int j = 0; j < ntotal; j++)