Skip to content

Commit 9e05105

Browse files
Update src/simulation/m_pressure_relaxation.fpp
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
1 parent 486d345 commit 9e05105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_pressure_relaxation.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ contains
177177
! Enforce pressure bounds
178178
do i = 1, num_fluids
179179
if (pres_relax <= -(1._wp - 1.e-8_wp)*ps_inf(i) + 1.e-8_wp) &
180-
pres_relax = -(1._wp - 1.e-8_wp)*ps_inf(i) + 1._wp
180+
pres_relax = -(1._wp - 1.e-8_wp)*ps_inf(i) + 1.e-8_wp
181181
end do
182182

183183
! Newton-Raphson step

0 commit comments

Comments
 (0)