Skip to content

Commit 33009e2

Browse files
Modified single line from pythonSubmit.py, set circualrisation from False to True
1 parent 2bac6d7 commit 33009e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/pythonSubmit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class pythonProgramOptions:
145145
cool_wind_mass_loss_multiplier = 1.0
146146
check_photon_tiring_limit = False
147147

148-
circularise_binary_during_mass_transfer = False
148+
circularise_binary_during_mass_transfer = True
149149
angular_momentum_conservation_during_circularisation = False
150150
mass_transfer_angular_momentum_loss_prescription = 'ISOTROPIC'
151151
mass_transfer_accretion_efficiency_prescription = 'THERMAL'

0 commit comments

Comments
 (0)