Removed special treatment to SF en YMio

parent 4b905e3c
......@@ -74,16 +74,8 @@ function read_cnfg(fname::String)
end
end
if ibc == BC_SF_AFWB || ibc == BC_SF_ORBI
BDIO_read(fb, V)
Ubnd = ntuple(i->assign(i, V, 1), 3)
BDIO_close!(fb)
return CuArray(Ucpu), Ubnd
else
BDIO_close!(fb)
return CuArray(Ucpu)
end
return CuArray(Ucpu)
end
......
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