aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-11-19 16:30:35 +0000
committerjthorn <jthorn@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-11-19 16:30:35 +0000
commitac70c9d145fe7000b5a07145706f092b846b46a5 (patch)
tree79cf857475955500c0ade339b038c7910d512989
parent786f90373799e348c70dd9f008b05581d4f77d2a (diff)
clearly show that the valid values for spatial_order
are 2 and 4 and no other integers (previously 3 was allowed :) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@80 b1d164ef-f17a-46e7-89d4-021c7118ef4e
-rw-r--r--param.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 14766f2..1e3d966 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,5 +5,6 @@ restricted:
INT spatial_order "Order of spatial differencing"
{
-2:4 :: "2 or 4"
+2 :: "2nd order finite differencing"
+4 :: "4th order finite differencing"
} 2