From 7482fbcb5304e9c2d3d02c6087497a70714f5c4a Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 23 Sep 2011 20:56:42 +0000 Subject: Make two parameters restricted Make stress_energy_at_RHS and support_old_CalcTmunu_mechanism restricted parameters, so that other thorns can check their settings at paramcheck. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/TmunuBase/trunk@11 b83b3108-af97-48ba-8c81-9293ccf7f924 --- param.ccl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/param.ccl b/param.ccl index 8b6ed2b..0799d0c 100644 --- a/param.ccl +++ b/param.ccl @@ -4,6 +4,8 @@ BOOLEAN stress_energy_storage "Should the stress-energy tensor have storage?" { } no +RESTRICTED: + BOOLEAN stress_energy_at_RHS "Should the stress-energy tensor be calculated for the RHS evaluation?" { } no @@ -12,6 +14,8 @@ BOOLEAN support_old_CalcTmunu_mechanism "Should the old CalcTmunu.inc mechanism { } yes +PRIVATE: + INT timelevels "Number of time levels" { 0:3 :: "" -- cgit v1.2.3