Skip to content

Commit

Permalink
Merge pull request #502 from smallj2/master
Browse files Browse the repository at this point in the history
fix bug in set star with undefined need_iso
  • Loading branch information
danieljprice committed Feb 15, 2024
2 parents d669a1f + 6c1f9d0 commit 03b780b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup/set_star.f90
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ subroutine set_defaults_given_profile(iprofile,filename,need_iso,ieos,mstar,poly
integer, intent(inout) :: ieos
real, intent(inout) :: mstar,polyk

need_iso = 0
select case(iprofile)
case(ifromfile)
! Read the density profile from file (e.g. for neutron star)
Expand Down

0 comments on commit 03b780b

Please sign in to comment.