aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"