From d8ea2c70ec7c57c60a94fab6b31ea8a943145431 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 19 Feb 2001 13:13:53 +0000 Subject: 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 --- param.ccl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'param.ccl') 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" -- cgit v1.2.3