Skip to content

Commit 81b3ce8

Browse files
authored
Update interactions.py
correcting ecc mt implementation
1 parent 3af4027 commit 81b3ce8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

interactions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,8 @@ def perform_stellar_interaction(bs, self):
10751075
def q_crit(self, donor, companion):
10761076
#AB: For eccentric mass transfer, the binary should be (at least assumed to be) stable
10771077
#This can be done by hand here:
1078-
return 10
1078+
#return 10
1079+
10791080
#following Hurley, Tout, Pols 2002
10801081
if donor.stellar_type in [9]|units.stellar_type:
10811082
# if donor.stellar_type in [8,9]|units.stellar_type:

0 commit comments

Comments
 (0)