From 4236ecbf9eb49f63177d7329109e74b4f7336df9 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 24 Mar 2004 08:38:00 +0000 Subject: Make the grid extent parameters private. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@433 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- param.ccl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index f466343..3b5bcda 100644 --- a/param.ccl +++ b/param.ccl @@ -16,8 +16,9 @@ USES REAL max_runtime USES BOOLEAN terminate_next ############################# Restricted Parameters ######################### -restricted: - + +private: + INT global_nx "The size of the grid in the x direction" { 0:* :: "Grid of this size distributed across all processors" @@ -58,6 +59,8 @@ 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" -- cgit v1.2.3