aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2003-07-18 17:09:47 +0000
committerallen <allen@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2003-07-18 17:09:47 +0000
commitfff04076ff319d4a2caaace5c018a374150f5aeb (patch)
tree22b4751c9338bd33d5f5844f7bc5ba1771276ae4 /param.ccl
parent7e9fcf8f6612282c407f130a1bb534516a115d1c (diff)
Changes to use of new boundary infrastructure
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@90 90eea020-d82d-4da5-bf6e-4ee79ff7632f
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 3c75f93..a382ecb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,11 +1,11 @@
# Parameter definitions for thorn WaveToyC
# $Header$
-private:
+restricted:
KEYWORD bound "Type of boundary condition to use"
{
- "none" :: "No boundary condition"
+ "none" :: "Apply no boundary condition"
"flat" :: "Flat boundary condition"
"static" :: "Static boundary condition"
"radiation" :: "Radiation boundary condition"