Skip to content

Commit

Permalink
Add missing c_sizeof import
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Oct 16, 2024
1 parent 060d038 commit 5cd712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trans/gpu/algor/ext_acc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module openacc_ext_type
end type
end module
module openacc_ext
use iso_c_binding, only: c_ptr, c_size_t, c_loc
use iso_c_binding, only: c_ptr, c_size_t, c_loc, c_sizeof
use openacc, only: acc_create, acc_copyin, acc_handle_kind
use openacc_ext_type, only: ext_acc_arr_desc
implicit none
Expand Down

0 comments on commit 5cd712e

Please sign in to comment.