aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-09-21 11:29:43 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-09-21 11:29:43 +0000
commitedea91024f59af9472e34b7aaeb53dbc0f21a850 (patch)
treea94799791d0518043309a92d1701401f8d2b0158 /param.ccl
parent6fd7bd0617203041a693f60ba61d51fda833fb34 (diff)
LOGICAL- -> BOOLEAN
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@19 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 714a882..cec61a1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,11 +3,11 @@
private:
-LOGICAL constraints_persist "Keep storage of ham and mom* around for use in special tricks?"
+BOOLEAN constraints_persist "Keep storage of ham and mom* around for use in special tricks?"
{
} "no"
-LOGICAL constraint_communication "If yes sychronise the constraints"
+BOOLEAN constraint_communication "If yes sychronise the constraints"
{
} "no"