aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl17
1 files changed, 10 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index 4dce0db..323eac2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,6 +7,16 @@ USES KEYWORD type ""
{
}
+restricted:
+
+KEYWORD initial_data "Type of initial data"
+{
+ "plane" :: "Plane wave"
+ "gaussian" :: "Gaussian wave"
+ "box" :: "Box wave"
+} "gaussian"
+
+
private:
REAL radius "The radius of the gaussian wave"
@@ -37,10 +47,3 @@ REAL amplitude "The amplitude of the waves"
*:* :: "No restriction"
} 1.0
-KEYWORD initial_data "Type of initial data"
-{
- "plane" :: "Plane wave"
- "gaussian" :: "Gaussian wave"
- "box" :: "Box wave"
-} "gaussian"
-