Skip to content

Commit 12eabf4

Browse files
committed
simple fix
1 parent ddaa1b6 commit 12eabf4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3279,9 +3279,8 @@ contains
32793279
target, intent(inout) :: dqL_prim_dx_vf, dqR_prim_dx_vf, &
32803280
dqL_prim_dy_vf, dqR_prim_dy_vf, &
32813281
dqL_prim_dz_vf, dqR_prim_dz_vf, &
3282-
type(scalar_field), &
3283-
dimension(:), &
3284-
pointer :: dqL_prim_d_vf, dqR_prim_d_vf
3282+
3283+
type(scalar_field), allocatable, dimension(:), pointer:: dqL_prim_d_vf, dqR_prim_d_vf
32853284
32863285
integer :: end_val, bc_beg, bc_end
32873286

0 commit comments

Comments
 (0)