aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-02-19 13:13:53 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-02-19 13:13:53 +0000
commitd8ea2c70ec7c57c60a94fab6b31ea8a943145431 (patch)
tree290c58abb82d792fbc99bd5442669bc1f262dde3 /param.ccl
parentaaaed612f6234ae4473597a37d4a855ea31457a0 (diff)
Changed periodic_[xyz] from private to restricted.
Fixes PR CactusPUGH-PUGH 362. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@307 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 5 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index b05f795..fb2d96b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -9,6 +9,8 @@ USES REAL cctk_final_time
USES INT cctk_itlast
+
+############################# Restricted Parameters #########################
restricted:
INT global_nx "The size of the grid in the x direction"
@@ -55,9 +57,6 @@ BOOLEAN periodic "Periodic boundary conditions"
{
} "no"
-private:
-
-
BOOLEAN periodic_x "Periodic boundary conditions in x-direction"
{
} "yes"
@@ -71,6 +70,9 @@ BOOLEAN periodic_z "Periodic boundary conditions in z-direction"
} "yes"
+############################# Private Parameters ############################
+private:
+
INT local_nx "The size of the grid in the x direction"
{
-1:* :: "Grid of this size on each processor"