Skip to content

Commit

Permalink
no need for pointer attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Oct 11, 2024
1 parent 81f1dab commit aa2a3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/field/fctest_field_gpu.F90
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module fcta_Field_gpu_fxt

subroutine kernel_host_ptr(view)
implicit none
real(4), pointer, intent(inout) :: view(:,:)
real(4), intent(inout) :: view(:,:)

!$acc kernels present(view)
view(2,1) = 4.
Expand Down

0 comments on commit aa2a3dd

Please sign in to comment.