aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@a678b1cf-93e1-4b43-a69d-d43939e66649>2004-05-17 12:28:57 +0000
committergoodale <goodale@a678b1cf-93e1-4b43-a69d-d43939e66649>2004-05-17 12:28:57 +0000
commitb6339d9cdb0f37e7b1cc471911b76d8720eb6102 (patch)
treeda6ad09872611704fa0c523cd7ef2ca98f7743b1
parentb2609dfba7c35651c756a0ff2693d593caa6a503 (diff)
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
-rw-r--r--src/ParamCheck.c4
1 files 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"))