Skip to content

Commit 8657532

Browse files
authored
Merge pull request #765 from MESAHub/bugfix/pmocz/quickfixes
fix uninitialized crystal_core_boundary_mass
2 parents f5530c6 + fa4c62f commit 8657532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

star/private/init.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ subroutine set_starting_star_data(s, ierr)
744744
s% len_extra_iwork = 0
745745
s% len_extra_work = 0
746746

747+
s% crystal_core_boundary_mass = -1
747748
s% phase_sep_mixing_mass = -1
748749

749750
call init_random(s)

0 commit comments

Comments
 (0)