aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@9ea3c693-0e4f-0410-9b72-c04bdc00281e>2010-07-01 01:07:10 +0000
committereschnett <eschnett@9ea3c693-0e4f-0410-9b72-c04bdc00281e>2010-07-01 01:07:10 +0000
commit0068e156b9619ea6717c9b71f1f10c01594c76b9 (patch)
treea836463334a0e8fa0b7ce6b778dea9456d112dec /param.ccl
parentfc0e8bf95b73103d4fe398bbd21efd32abcea251 (diff)
Update the example parameter file in thorn IDConstraintViolate to
using McLachlan. (Note: the test case should also be updated.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDConstraintViolate/trunk@14 9ea3c693-0e4f-0410-9b72-c04bdc00281e
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index 9b8bde3..9a7fa73 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,19 +7,19 @@ uses KEYWORD metric_type
extends KEYWORD initial_data
{
- "constraint violating gaussian" :: "Constraint violating gaussian"
+ "constraint violating gaussian" :: "Constraint violating Gaussian"
}
private:
-REAL radius "The radial position of the gaussian waves"
+REAL radius "The radial position of the Gaussian wave"
{
- 0:* :: "Positive"
+ 0:* :: "Positive"
} 0.0
-REAL sigma "The sigma for the gaussian wave"
+REAL sigma "The sigma for the Gaussian wave"
{
- 0:* :: "Positive"
+ (0:* :: "Positive"
} 0.1
REAL amplitude "The amplitude of the waves"