aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ParamCheck.c2
1 files changed, 1 insertions, 1 deletions
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.)");
}
}