Config.f90 Source File


Files dependent on this one

sourcefile~~config.f90~~AfferentGraph sourcefile~config.f90 Config.f90 sourcefile~output.f90 Output.f90 sourcefile~output.f90->sourcefile~config.f90 sourcefile~toml_input.f90 Toml_input.f90 sourcefile~toml_input.f90->sourcefile~config.f90

Contents

Source Code


Source Code

!> 配置
module config_m
    
    character(:), allocatable :: in_path, out_path
    logical :: dofile   !! 读取 lua 文件
    character(:), allocatable :: lua_script !! lua 脚本名
    character(:), allocatable :: form !! 输出格式
    
end module config_m