mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 11:43:42 +02:00
Bug corrected in ft for SF
This commit is contained in:
parent
e3d0195b7c
commit
230493c9ce
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ function krnl_field_tensor!(frc1::AbstractArray{TA}, frc2, U::AbstractArray{T},
|
|||
gt1 = Ush[bu1,2]
|
||||
else
|
||||
if SFBC && (it == lp.iL[end])
|
||||
gt2 = Ubnd[id2]
|
||||
gt1 = Ubnd[id2]
|
||||
else
|
||||
gt1 = U[bu1,id2,ru1]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue