Skip to content

Commit fa4c62f

Browse files
authored
initialize crystal_core_boundary_mass to -1
1 parent 158d866 commit fa4c62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

star/private/init.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +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 = 0d0
747+
s% crystal_core_boundary_mass = -1
748748
s% phase_sep_mixing_mass = -1
749749

750750
call init_random(s)

0 commit comments

Comments
 (0)