From 9ed8d16242538ed8a299db2603b9d9360113a5bf Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Wed, 11 Aug 2021 19:40:59 +0100 Subject: [PATCH] disable disc by default --- tbse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbse b/tbse index 24447e0d9..219fdd075 100755 --- a/tbse +++ b/tbse @@ -651,7 +651,7 @@ POST_CE_ADAPTIVE_MENV=TRUE # Fraction of the ejected common envelope mass that # goes into the disc (1e-3) set to 0 to disable -COMENV_DISC_MASS_FRACTION=1e-3 +COMENV_DISC_MASS_FRACTION=0.0 # Fraction of ejected common envelope's angular momentum # that goes into the disc. -- GitLab