From b6339d9cdb0f37e7b1cc471911b76d8720eb6102 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 May 2004 12:28:57 +0000 Subject: Untabified. Please try to adhere to the Cactus coding guidelines when modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@99 a678b1cf-93e1-4b43-a69d-d43939e66649 --- src/ParamCheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ParamCheck.c b/src/ParamCheck.c index 2358605..ed16b13 100644 --- a/src/ParamCheck.c +++ b/src/ParamCheck.c @@ -53,8 +53,8 @@ void IDBrillData_ParamChecker(CCTK_ARGUMENTS) ! CCTK_Equals(metric_type, "static conformal")) { CCTK_VParamWarn("Unknown ADMBase::metric_type (%s): " - "known types are \"physical\" and \"static conformal\"", - metric_type); + "known types are \"physical\" and \"static conformal\"", + metric_type); } if (CCTK_Equals(metric_type, "static conformal")) -- cgit v1.2.3