aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-10-19 04:03:44 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-10-19 04:03:44 +0200
commit5921cef0e75273b3c04f117dc9a02a5cfce85af1 (patch)
tree5adeb2a62947fdfe8316d2f948c1d2137b305c48 /Carpet/Carpet/param.ccl
parentaac67cd4bb02fef5ab4b6b44e135b0df02495027 (diff)
Introduce dummy Carpet::poison_value parameter
This parameter was removed in the past and is not used in current Carpet. However, to stop old parameter files from breaking, we reintroduce it. There is a warning in the param.ccl file that the parameter is unused, but no warning at runtime. This is not a big problem since poison is only used for debugging.
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 1c6660b60..8b502a60c 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -308,6 +308,11 @@ BOOLEAN check_for_poison "Explicitely check for the poison value after every tim
{
} "no"
+CCTK_INT poison_value "UNUSED; use CarpetLib::poison_value instead" STEERABLE=always
+{
+ * :: ""
+} 0
+
CCTK_INT max_poison_locations "Maximum number of poison locations that are printed to the screen" STEERABLE=always
{
-1 :: "print all locations"