Skip to content

Commit

Permalink
lnfree_e division by ln10 for tables shouldn't happen twice
Browse files Browse the repository at this point in the history
  • Loading branch information
evbauer committed Mar 14, 2024
1 parent bc72ab4 commit 5992b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eos/eosFreeEOS_builder/src/free_eos_table.f90
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ subroutine mesa_eos_eval( logRho0, logT, mass_Frac, eos_result)
eos_result(i_dsp) = 0._dp
eos_result(i_dse) = 0._dp

eos_result(i_lnfree_e) = res(i_lnfree_e)/ln10
end subroutine mesa_eos_eval

end program make_free_eos_table

0 comments on commit 5992b8e

Please sign in to comment.