removed used type in pfrandomize (Minor)

parent 1b92e2ca
......@@ -451,7 +451,7 @@ function pfrandomize!(f,lp::SpaceParm,t::Int64=0) where {T}
end
function krnl_assign_pf!(f::AbstractArray{T}, p ,lp::SpaceParm, t::Int64) where {T}
function krnl_assign_pf!(f::AbstractArray, p ,lp::SpaceParm, t::Int64)
@inbounds begin
b = Int64(CUDA.threadIdx().x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment