aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-12-17 10:51:10 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-12-17 10:51:10 +0000
commitea4f1ff6146fec550f832e975eb20e30ade4b30c (patch)
tree19dde91cdd81b380b82c3cad1f8c65e2093bd001 /param.ccl
parent2f853d02f7ecebd7f974ab39da175a45e0c612ab (diff)
Completing parameter range descriptions and fixing a couple of formatting bugs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@292 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 2d99c9a..c1967c7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -178,32 +178,32 @@ KEYWORD partition "Is the partition manual"
STRING partition_1d_x "Tells how to partition on direction X"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_2d_x "Tells how to partition on direction X"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_2d_y "Tells how to partition on direction y"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_3d_x "Tells how to partition on direction X"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_3d_y "Tells how to partition on direction y"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_3d_z "Tells how to partition on direction z"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
LOGICAL storage_verbose "Report on memory assignment" STEERABLE = ALWAYS