@@ -161,20 +161,20 @@ contains
161
161
flux_gsrc_vf , &
162
162
norm_dir , ix , iy , iz )
163
163
164
- real (wp), dimension (idwbuff(1 )%beg:, idwbuff(2 )%beg:, idwbuff(3 )%beg:, 1 :), intent (INOUT ) :: qL_prim_rsx_vf, qL_prim_rsy_vf, qL_prim_rsz_vf, qR_prim_rsx_vf, qR_prim_rsy_vf, qR_prim_rsz_vf
164
+ real (wp), dimension (idwbuff(1 )%beg:, idwbuff(2 )%beg:, idwbuff(3 )%beg:, 1 :), intent (inout ) :: qL_prim_rsx_vf, qL_prim_rsy_vf, qL_prim_rsz_vf, qR_prim_rsx_vf, qR_prim_rsy_vf, qR_prim_rsz_vf
165
165
type(scalar_field), dimension (sys_size), intent (IN ) :: q_prim_vf
166
166
167
- type(scalar_field), allocatable, dimension (:), intent (INOUT ) :: qL_prim_vf, qR_prim_vf
167
+ type(scalar_field), allocatable, dimension (:), intent (inout ) :: qL_prim_vf, qR_prim_vf
168
168
169
169
type(scalar_field), &
170
170
allocatable, dimension (:), &
171
- intent (INOUT ) :: dqL_prim_dx_vf, dqR_prim_dx_vf, &
171
+ intent (inout ) :: dqL_prim_dx_vf, dqR_prim_dx_vf, &
172
172
dqL_prim_dy_vf, dqR_prim_dy_vf, &
173
173
dqL_prim_dz_vf, dqR_prim_dz_vf
174
174
175
175
type(scalar_field), &
176
176
dimension (sys_size), &
177
- intent (INOUT ) :: flux_vf, flux_src_vf, flux_gsrc_vf
177
+ intent (inout ) :: flux_vf, flux_src_vf, flux_gsrc_vf
178
178
179
179
integer , intent (IN ) :: norm_dir
180
180
@@ -225,7 +225,7 @@ contains
225
225
226
226
type(scalar_field), &
227
227
dimension (sys_size), &
228
- intent (INOUT ) :: flux_src_vf
228
+ intent (inout ) :: flux_src_vf
229
229
230
230
integer , intent (IN ) :: norm_dir
231
231
@@ -3278,7 +3278,7 @@ contains
3278
3278
allocatable, dimension(:), &
3279
3279
target, intent(inout) :: dqL_prim_dx_vf, dqR_prim_dx_vf, &
3280
3280
dqL_prim_dy_vf, dqR_prim_dy_vf, &
3281
- dqL_prim_dz_vf, dqR_prim_dz_vf, &
3281
+ dqL_prim_dz_vf, dqR_prim_dz_vf
3282
3282
3283
3283
type(scalar_field), allocatable, dimension(:), pointer:: dqL_prim_d_vf, dqR_prim_d_vf
3284
3284
0 commit comments