Skip to content

Commit

Permalink
slight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMullowney committed Jan 17, 2025
1 parent c681fcf commit 5e57d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trans/gpu/algor/ext_acc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ module openacc_ext

private
public :: ext_acc_pass, ext_acc_create, ext_acc_copyin, ext_acc_copyout, &
& ext_acc_delete, ext_acc_arr_desc, &
#ifdef ACCGPU
acc_handle_kind
& ext_acc_delete, ext_acc_arr_desc, acc_handle_kind
#endif
#ifdef OMPGPU
& ext_acc_delete, ext_acc_arr_desc
#endif

type common_pointer_descr
Expand Down

0 comments on commit 5e57d9e

Please sign in to comment.