From 2f2b8598620f55afd677ab00f3419b09b55dd34b Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 6 Apr 2010 17:30:32 +0000 Subject: make hydro_excision an INT ACCUMULATOR parameter git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@24 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- param.ccl | 5 +++-- 1 file 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 -- cgit v1.2.3