Skip to content

Commit b684a4e

Browse files
committed
remove allocatable from pointers
1 parent 4e2a439 commit b684a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ contains
32803280
dqL_prim_dy_vf, dqR_prim_dy_vf, &
32813281
dqL_prim_dz_vf, dqR_prim_dz_vf
32823282
3283-
type(scalar_field), allocatable, dimension(:), pointer:: dqL_prim_d_vf, dqR_prim_d_vf
3283+
type(scalar_field), dimension(:), pointer:: dqL_prim_d_vf, dqR_prim_d_vf
32843284
32853285
integer :: end_val, bc_beg, bc_end
32863286

0 commit comments

Comments
 (0)