Skip to content

Commit b4e0272

Browse files
committed
bug fix
1 parent 35f6b01 commit b4e0272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_bubbles_EL.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ contains
930930
real(wp), intent(out), optional :: preterm1, term2, Romega
931931

932932
real(wp), dimension(3) :: scoord, psi_pos, psi_x, psi_y, psi_z
933-
real(wp), xi, eta, zeta
933+
real(wp) :: xi, eta, zeta
934934
real(wp) :: dc, vol, aux
935935
real(wp) :: volgas, term1, Rbeq, denom
936936
real(wp) :: charvol, charpres, charvol2, charpres2

0 commit comments

Comments
 (0)