aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-04-06 17:30:32 +0000
committerknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-04-06 17:30:32 +0000
commit2f2b8598620f55afd677ab00f3419b09b55dd34b (patch)
treecf8e3f1c0b6a1515db57de749863b80d2d79096c
parent9565258e85778f68e55cf346399ba52a63687022 (diff)
make hydro_excision an INT ACCUMULATOR parameter
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@24 57fe0bb3-ccba-405f-9b23-de0201f165b7
-rwxr-xr-xparam.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 89e3e5f..ed739c5 100755
--- a/param.ccl
+++ b/param.ccl
@@ -54,9 +54,10 @@ KEYWORD Bvec_evolution_method "Evolution method for Bvec"
"none" :: "Evolution for Bvec is disabled"
} "none"
-BOOLEAN hydro_excision "Turn on of off (default) storage for hydro excision"
+INT hydro_excision "Turn on of off (default) storage for hydro excision" ACCUMULATOR = (x+y)
{
-} "no"
+ 0:* :: "Anything else than 0 turns hydro_excision on, added to by other thorns"
+} 0
# Settings for temperature and electron fraction