Skip to content

Commit 41db1d9

Browse files
Update src/pre_process/m_icpp_patches.fpp
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 151504e commit 41db1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_process/m_icpp_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ contains
799799
!zero density, reassign according to Tait EOS
800800
q_prim_vf(1)%sf(i, j, 0) = &
801801
(((q_prim_vf(E_idx)%sf(i, j, 0) + pi_inf)/(pref + pi_inf))**(1._wp/lit_gamma))* &
802-
(1._wp - q_prim_vf(alf_idx)%sf(i, j, 0))
802+
rhoref*(1._wp - q_prim_vf(alf_idx)%sf(i, j, 0))
803803
end if
804804
805805
! Updating the patch identities bookkeeping variable

0 commit comments

Comments
 (0)