File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1160,11 +1160,11 @@ def check_OLOF(self):
1160
1160
elif self .is_triple ():
1161
1161
# for disrupted binary
1162
1162
if self .triple .child1 .is_star :
1163
- star = self .triple .child1
1163
+ star = self .triple .child1
1164
1164
bin = self .triple .child2
1165
1165
else :
1166
- star = self .triple .child2
1167
- bin = self .triple .child1
1166
+ star = self .triple .child2
1167
+ bin = self .triple .child1
1168
1168
1169
1169
Rl2_1 = L2_radius (bin , bin .child1 , self )
1170
1170
Rl2_2 = L2_radius (bin , bin .child2 , self )
@@ -2391,7 +2391,7 @@ def check_stopping_conditions_stellar(self, stellar_system = None):
2391
2391
else :
2392
2392
stellar_system .bin_type = bin_type ['common_envelope' ]
2393
2393
2394
- return False
2394
+ return False
2395
2395
else :
2396
2396
return True
2397
2397
@@ -2621,8 +2621,6 @@ def evolve_model(self, tend):
2621
2621
#resetting is_donor in determine_time_step
2622
2622
continue
2623
2623
2624
-
2625
-
2626
2624
#needed for nucleair timescale
2627
2625
self .update_time_derivative_of_radius ()
2628
2626
You can’t perform that action at this time.
0 commit comments