Skip to content

Commit 5992b8e

Browse files
committed
lnfree_e division by ln10 for tables shouldn't happen twice
1 parent bc72ab4 commit 5992b8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eos/eosFreeEOS_builder/src/free_eos_table.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ subroutine mesa_eos_eval( logRho0, logT, mass_Frac, eos_result)
576576
eos_result(i_dsp) = 0._dp
577577
eos_result(i_dse) = 0._dp
578578

579-
eos_result(i_lnfree_e) = res(i_lnfree_e)/ln10
580579
end subroutine mesa_eos_eval
581580

582581
end program make_free_eos_table

0 commit comments

Comments
 (0)