aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2006-04-28 13:59:26 +0000
committerknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2006-04-28 13:59:26 +0000
commitf5b40de16a27dec6e3a50f85ec4ddebf9ca336bd (patch)
tree137a318187f4f310db244f3678f6e1f1b2c2c836 /param.ccl
parentab3c653f75ceddf943b5e5416d2869b9d795cf30 (diff)
introduce parameter to turn off the info during evolution (default is off)
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@17 54511f98-0e4f-0410-826e-eb8b393f5a1e
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 57ff18c..9b39caa 100644
--- a/param.ccl
+++ b/param.ccl
@@ -72,3 +72,7 @@ BOOLEAN ADMMass_use_all_volume_as_volume_radius "Use ADMMass_distance_from_grid_
BOOLEAN ADMMass_Excise_Horizons "Should we exclude the region inside the AH to the volume integral" STEERABLE=ALWAYS
{
} "no"
+
+BOOLEAN ADMMass_Debug "Enable some info at runtime" STEERABLE=ALWAYS
+{
+} "no"