Skip to content

Commit

Permalink
slight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMullowney authored and samhatfield committed Jan 20, 2025
1 parent ce53d97 commit c6bd239
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 c6bd239

Please sign in to comment.