mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Typo in read_cnfg for SF bc
This commit is contained in:
parent
6214577ed1
commit
b92f9c92e0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function read_cnfg(fname::String)
|
||||||
end
|
end
|
||||||
|
|
||||||
if ibc == BC_SF_AFWB || ibc == BC_SF_ORBI
|
if ibc == BC_SF_AFWB || ibc == BC_SF_ORBI
|
||||||
BDIO_read(fb, V)
|
BDIO_read(fb, vec(V))
|
||||||
Ubnd = ntuple(i->assign(i, V, 1), 3)
|
Ubnd = ntuple(i->assign(i, V, 1), 3)
|
||||||
BDIO_close!(fb)
|
BDIO_close!(fb)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue