aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <>2004-03-24 07:38:00 +0000
committerschnetter <>2004-03-24 07:38:00 +0000
commit653a40ffce9b35516abb867edd2817a9117eddb1 (patch)
tree6601a30b51b02704c24bb43610b94fa4dfe0ad07
parentd44ffcefbdbfcc4d8d1465106abc95bf6cfc27f8 (diff)
Make the grid extent parameters private.
darcs-hash:20040324073807-07bb3-ca9d4a9cf20f7bcb480e9d736b13493385c469ee.gz
-rw-r--r--Carpet/Carpet/param.ccl8
1 files changed, 6 insertions, 2 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 85852e89f..5b8d32043 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn Carpet
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/param.ccl,v 1.36 2004/03/23 11:56:17 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/param.ccl,v 1.37 2004/03/24 08:38:07 schnetter Exp $
shares: Cactus
@@ -24,7 +24,7 @@ BOOLEAN domain_from_coordbase "Use the domain description from CoordBase"
{
} "no"
-restricted:
+
CCTK_INT global_nx "Grid size in x direction"
{
@@ -70,6 +70,10 @@ CCTK_INT ghost_size "Ghost zones in each spatial direction"
-1 :: "use the per-dimension parameters"
} -1
+
+
+restricted:
+
BOOLEAN periodic "do not use this parameter"
{
} "no"