From 129cc3ba1a89b8336ffa0355fc74c2f1b60e8255 Mon Sep 17 00:00:00 2001 From: Peter Diener Date: Tue, 23 Oct 2012 10:58:16 -0500 Subject: Change the dafault value of apply_dissipation to "never". Change the default value of apply_dissipation from "always" to "never". Since the default dissipation strength is zero this should not change results for users using default values but should save time. Signed-off-by: Peter Diener --- m/McLachlan_BSSN.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm') diff --git a/m/McLachlan_BSSN.m b/m/McLachlan_BSSN.m index 5b9aca6..2c0eb21 100644 --- a/m/McLachlan_BSSN.m +++ b/m/McLachlan_BSSN.m @@ -1245,7 +1245,7 @@ keywordParameters = "never" (* yes and no keyword values confuse Cactus, and Kranc doesn't support boolean parameters *) }, - Default -> "always" + Default -> "never" } }; -- cgit v1.2.3