From 417136a50bca91ade33b7f5bebcfa38ca7b475a1 Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 18 Dec 2001 15:43:34 +0000 Subject: Making the constraint calculation aware of LegoExcision. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@53 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- param.ccl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index a494f7c..2b6d175 100644 --- a/param.ccl +++ b/param.ccl @@ -11,16 +11,19 @@ BOOLEAN constraint_communication "If yes sychronise the constraints" { } "no" -BOOLEAN cartoon "Cartoon BC" -{ -} "no" - KEYWORD bound "Which boundary condition to apply" { "flat" :: "Flat (copy) boundary condition" "static" :: "Static (don't do anything) boundary condition" } "flat" +BOOLEAN cartoon "Cartoon BC" +{ +} "no" + +BOOLEAN excise "Use excision?" +{ +} "no" -- cgit v1.2.3