aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorknarf@topf.wg <knarf@topf.wg>2010-08-24 11:12:14 -0400
committerknarf@topf.wg <knarf@topf.wg>2010-08-24 11:12:14 -0400
commit108d892a2675d77e35e696ae0d7f2e968c990eef (patch)
treecaf5e9e3e37ed98b9e018869ae2f10009d6a5e9c /Carpet/Carpet/param.ccl
parentf0f6995ee4435eb1f7a78473aded74256492fcde (diff)
let min_points_per_proc==-1 be ==0 in the future, meaning the minimum number of gp per processor is 0
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl5
1 files changed, 2 insertions, 3 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index d08cb98aa..ffeeaf63d 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -442,9 +442,8 @@ CCTK_REAL aspect_ratio_z "Desired aspect ratio for each processor's domain" STEE
CCTK_INT min_points_per_proc "Minimum number of grid points per processor" STEERABLE=always
{
- -1 :: "infinity"
- 1:* :: "that many"
-} -1
+ 0:* :: "that many"
+} 0