Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cufft.f90
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ end function cufftExecD2Z
integer(c_int) function cufftExecZ2D (plan, idata, odata) &
bind (c, name="cufftExecZ2D")
import
complex(c_float), dimension(*) :: idata
complex(c_double), dimension(*) :: idata
integer(c_int), value :: plan
real(c_float), dimension(*) :: odata
real(c_double), dimension(*) :: odata
end function cufftExecZ2D

end interface
Expand Down