Kinds.f90 Source File


Files dependent on this one

sourcefile~~kinds.f90~~AfferentGraph sourcefile~kinds.f90 Kinds.f90 sourcefile~lua-api.f90 Lua-API.f90 sourcefile~lua-api.f90->sourcefile~kinds.f90 sourcefile~types.f90 Types.f90 sourcefile~lua-api.f90->sourcefile~types.f90 sourcefile~types.f90->sourcefile~kinds.f90 sourcefile~output.f90 Output.f90 sourcefile~output.f90->sourcefile~types.f90

Contents

Source Code


Source Code

!> 精度
module kinds_m

    use, intrinsic :: iso_fortran_env, only: real32, real64
    integer, parameter :: rp = real64  !! 浮点型精度

end module kinds_m