Skip to content

Commit bde5654

Browse files
committed
two changes
1 parent 3966568 commit bde5654

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

triple_class.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2780,8 +2780,8 @@ def evolve_model(self, tend):
27802780
)
27812781
successfull_step = True
27822782
else:
2783-
successfull_step, nr_unsuccessfull, star_unsuccessfull = self.recall_memory_one_step_stellar(
2784-
nr_unsuccessfull, star_unsuccessfull
2783+
successfull_step, nr_unsuccessfull, star_unsuccessfull = (
2784+
self.recall_memory_one_step_stellar(nr_unsuccessfull, star_unsuccessfull)
27852785
)
27862786

27872787
# if SN has taken place
@@ -2801,8 +2801,8 @@ def evolve_model(self, tend):
28012801
and self.triple.child2.bin_type == "detached"
28022802
and dt > minimum_time_step
28032803
):
2804-
# self.rewind_to_begin_of_rlof_stellar(dt)
2805-
# print('RLOF:', self.triple.child2.child1.is_donor, self.triple.bin_type , self.triple.child2.bin_type )
2804+
# self.rewind_to_begin_of_rlof_stellar(dt)
2805+
# print('RLOF:', self.triple.child2.child1.is_donor, self.triple.bin_type , self.triple.child2.bin_type )
28062806
if self.stellar_code.__module__.split(".")[-2] == "mesa_r15140":
28072807
print(
28082808
"for now, refresh_memory and recall_memory_one_step not available in MESA interface - only issue for mt"

0 commit comments

Comments
 (0)