aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-10-04 14:40:02 +0000
committerrideout <rideout@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-10-04 14:40:02 +0000
commit7aad82bb2b0f9ce8e232c70a7ed2ed3c2229af8e (patch)
treeddc69127aa2534f639a9a7a22d0fdf10c874a9f4
parent381b759f8afba04cf673cb0540c142f117b84913 (diff)
Moving parameters into their correct scope sections (based upon the
comments), and merging two private parameter sections. This commit is purely cosmetic (and fixes incorrect comments). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@472 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--param.ccl44
1 files changed, 19 insertions, 25 deletions
diff --git a/param.ccl b/param.ccl
index e15a570..5a751ca 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,7 +1,6 @@
-# Parameter definitions for thorn pugh
+# Parameter definitions for thorn PUGH
# $Header$
-
shares: cactus
USES KEYWORD terminate
@@ -16,7 +15,25 @@ USES REAL max_runtime
USES BOOLEAN terminate_next
############################# Restricted Parameters #########################
+restricted:
+
+BOOLEAN periodic "Periodic boundary conditions"
+{
+} "no"
+BOOLEAN periodic_x "Periodic boundary conditions in x-direction"
+{
+} "yes"
+
+BOOLEAN periodic_y "Periodic boundary conditions in y-direction"
+{
+} "yes"
+
+BOOLEAN periodic_z "Periodic boundary conditions in z-direction"
+{
+} "yes"
+
+############################# Private Parameters ############################
private:
INT global_nx "The size of the grid in the x direction"
@@ -59,28 +76,6 @@ INT ghost_size "The width of the ghost zone in each direction"
-1:* :: "Any positive number to override the ghost_size_[xyz] parameters"
} -1
-restricted:
-
-BOOLEAN periodic "Periodic boundary conditions"
-{
-} "no"
-
-BOOLEAN periodic_x "Periodic boundary conditions in x-direction"
-{
-} "yes"
-
-BOOLEAN periodic_y "Periodic boundary conditions in y-direction"
-{
-} "yes"
-
-BOOLEAN periodic_z "Periodic boundary conditions in z-direction"
-{
-} "yes"
-
-
-############################# Private Parameters ############################
-private:
-
KEYWORD info "Provide additional information about what PUGH is doing"
{
"none" :: "No extra information"
@@ -290,4 +285,3 @@ BOOLEAN overloadquerygroupstorageb "Overload QueryGroupStorageB driver function"
BOOLEAN overloadgroupdynamicdata "Overload GroupDynamicData driver function"
{
} "yes"
-