From 7aad82bb2b0f9ce8e232c70a7ed2ed3c2229af8e Mon Sep 17 00:00:00 2001 From: rideout Date: Tue, 4 Oct 2005 14:40:02 +0000 Subject: 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 --- param.ccl | 44 +++++++++++++++++++------------------------- 1 file 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" - -- cgit v1.2.3