aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-03-24 08:38:00 +0000
committerschnetter <schnetter@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-03-24 08:38:00 +0000
commit4236ecbf9eb49f63177d7329109e74b4f7336df9 (patch)
tree99b9f691c551b00982aaeab64d9b7fadf4d96747 /param.ccl
parent6bfc7e019454cf7f372271ec0295714f3c947edc (diff)
Make the grid extent parameters private.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@433 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 5 insertions, 2 deletions
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"