Skip to content

Commit

Permalink
Merge pull request #20 from ecmwf-ifs/naan-restore-pointer-attribute
Browse files Browse the repository at this point in the history
Restore POINTER attribute to COPY_DIM_CONTIGUOUS dummy args
  • Loading branch information
pmarguinaud authored Jan 19, 2024
2 parents a604008 + 15c3c2a commit 37beb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field_RANKSUFF_data_module.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CONTAINS
#ifdef _OPENACC
USE OPENACC
#endif
${ft.type}$ :: HST (${ft.shape}$), DEV (${ft.shape}$)
${ft.type}$, POINTER :: HST (${ft.shape}$), DEV (${ft.shape}$)
LOGICAL, INTENT (IN) :: MAP_DEVPTR
INTEGER (KIND=JPIM), INTENT (IN) :: KDIR
INTEGER (KIND=JPIM), OPTIONAL, INTENT (IN) :: QUEUE
Expand Down

0 comments on commit 37beb27

Please sign in to comment.