Added routine to import configuration in lex format

This commit is contained in:
Alberto Ramos 2021-11-13 23:13:19 +01:00
parent 50fc5d1640
commit ffc6818ba5
4 changed files with 64 additions and 3 deletions

View file

@ -145,4 +145,7 @@ export FlowIntr, wfl_euler, zfl_euler, wfl_rk2, zfl_rk2, wfl_rk3, zfl_rk3
include("YMsf.jl")
export sfcoupling, bndfield, setbndfield
include("YMio.jl")
export import_lex64
end