From ac70c9d145fe7000b5a07145706f092b846b46a5 Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 19 Nov 2004 16:30:35 +0000 Subject: 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 --- param.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3