mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
bug
This commit is contained in:
parent
656ff5dd58
commit
50fc5d1640
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function setbndfield(U, phi, lp::SpaceParm{N,M,B,D}) where {N,M,B,D}
|
|||
return nothing
|
||||
end
|
||||
|
||||
function krnl_setbnd_it0!(U, phi1, phi2, lp::SpaceParm)
|
||||
function krnl_setbnd_it0!(U, phi1, phi2, lp::SpaceParm{N,M,B,D}) where {N,M,B,D}
|
||||
|
||||
b, r = CUDA.threadIdx().x, CUDA.blockIdx().x
|
||||
it = point_time((b,r), lp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue