aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 5 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 0e43626..463e7aa 100644
--- a/param.ccl
+++ b/param.ccl
@@ -113,10 +113,11 @@ REAL xyzmax "Coordinate maximum in xyz-directions"
KEYWORD type "Grid type"
{
- "box" :: "Box grid from -0.5 to 0.5"
- "byrange" :: "Specify min and max values"
- "byspacing" :: "Specify grid spacings"
- "coordbase" :: "Get specification from CoordBase"
+ "box" :: "Box grid from -0.5 to 0.5"
+ "byrange" :: "Specify min and max values"
+ "byspacing" :: "Specify grid spacings"
+ "coordbase" :: "Get specification from CoordBase"
+ "multipatch" :: "Get specification from MultiPatch"
} "box"
KEYWORD domain "Domain type"