Bug corrected in ft for SF

This commit is contained in:
Alberto Ramos 2021-11-14 22:44:53 +01:00
parent e3d0195b7c
commit 230493c9ce

View file

@ -471,7 +471,7 @@ function krnl_field_tensor!(frc1::AbstractArray{TA}, frc2, U::AbstractArray{T},
gt1 = Ush[bu1,2] gt1 = Ush[bu1,2]
else else
if SFBC && (it == lp.iL[end]) if SFBC && (it == lp.iL[end])
gt2 = Ubnd[id2] gt1 = Ubnd[id2]
else else
gt1 = U[bu1,id2,ru1] gt1 = U[bu1,id2,ru1]
end end