File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1160,11 +1160,11 @@ def check_OLOF(self):
11601160 elif self .is_triple ():
11611161 # for disrupted binary
11621162 if self .triple .child1 .is_star :
1163- star = self .triple .child1
1163+ star = self .triple .child1
11641164 bin = self .triple .child2
11651165 else :
1166- star = self .triple .child2
1167- bin = self .triple .child1
1166+ star = self .triple .child2
1167+ bin = self .triple .child1
11681168
11691169 Rl2_1 = L2_radius (bin , bin .child1 , self )
11701170 Rl2_2 = L2_radius (bin , bin .child2 , self )
@@ -2391,7 +2391,7 @@ def check_stopping_conditions_stellar(self, stellar_system = None):
23912391 else :
23922392 stellar_system .bin_type = bin_type ['common_envelope' ]
23932393
2394- return False
2394+ return False
23952395 else :
23962396 return True
23972397
@@ -2621,8 +2621,6 @@ def evolve_model(self, tend):
26212621 #resetting is_donor in determine_time_step
26222622 continue
26232623
2624-
2625-
26262624 #needed for nucleair timescale
26272625 self .update_time_derivative_of_radius ()
26282626
You can’t perform that action at this time.
0 commit comments