aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-29 12:10:38 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-29 12:10:38 +0000
commitb089fd63efcd85694eef04f769e6562e86ba1ec3 (patch)
treee5e9d9ea88a05d45bbc63944e4bf3383c29e0f36
parented091951cf50c552d45057a95d4a8cf105dd1347 (diff)
remove compiler warning about oo many arguments in printf
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@69 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--src/TwoPunctures.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TwoPunctures.c b/src/TwoPunctures.c
index f1fcf4f..cc48a82 100644
--- a/src/TwoPunctures.c
+++ b/src/TwoPunctures.c
@@ -279,7 +279,8 @@ TwoPunctures (CCTK_ARGUMENTS)
brownsville_lapse = CCTK_EQUALS(initial_lapse, "brownsville");
if (brownsville_lapse)
CCTK_VInfo(CCTK_THORNSTRING,
- "Setting initial lapse to a Brownsville-style profile.",
+ "Setting initial lapse to a Brownsville-style profile "
+ "with exp %f.",
(double)initial_lapse_psi_exponent);
CCTK_INFO ("Interpolating result");