aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-02-04 21:57:46 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-02-04 21:57:46 +0000
commitcdc0c5545c3b0a371957baef5c58bbb19de9512c (patch)
tree037f75713bd0ae24bbe8d3601a484ea42c0f8a44 /param.ccl
parent8544a77fec2e83904c859455b8731795efa6b5d6 (diff)
Remove the check for odd numbers, since, as Tom pointed out and is now
implemented, this can be done directly in the param.ccl by adding a stride of 2 to the range. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@84 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index d94b92a..66cc38d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -165,12 +165,12 @@ INT saved_iteration_every "How often was the numerical data saved"
INT ntheta "Number of points in the theta direction when finding points on the surface"
{
-1: :: "Positive and odd please"
+1:*:2 :: "Positive and odd please"
} 51
INT nphi "Number of points in the phi direction when finding points on the surface"
{
-1: :: "Positive and odd please"
+1:*:2 :: "Positive and odd please"
} 51
INT n_array_ghosts "Number of ghost points in the surface grid array"
{