aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"