From 5f0c82ab2cbe372a51e4f1124a4e8d4d8426ec77 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 29 May 2002 07:28:51 +0000 Subject: Clarified warning which results from setting metric_type="static conformal" and leaving conformal_storage at its default. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@85 a678b1cf-93e1-4b43-a69d-d43939e66649 --- src/ParamCheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParamCheck.c b/src/ParamCheck.c index 7a04cec..2358605 100644 --- a/src/ParamCheck.c +++ b/src/ParamCheck.c @@ -61,7 +61,7 @@ void IDBrillData_ParamChecker(CCTK_ARGUMENTS) { if (!CCTK_Equals(conformal_storage,"factor")) { - CCTK_PARAMWARN("BrillData only sets the conformal factor (this could easily be changed ... please ask)"); + CCTK_PARAMWARN("BrillData only sets the conformal factor, not its derivatives. (This could easily be changed ... please ask.)"); } } -- cgit v1.2.3