kinds.f90 Source File


Files dependent on this one

sourcefile~~kinds.f90~~AfferentGraph sourcefile~kinds.f90 kinds.f90 sourcefile~rndgen.f90 rndgen.f90 sourcefile~rndgen.f90->sourcefile~kinds.f90 sourcefile~rndgenpl.f90 rndgenPL.f90 sourcefile~rndgenpl.f90->sourcefile~kinds.f90 sourcefile~rndgenpl.f90->sourcefile~rndgen.f90

Source Code

module rndgen_kinds_mod
    use iso_fortran_env, only : i4 => int32, i8 => int64, sp => real32, dp => real64
    implicit none
    private

    public :: i4, i8, sp, dp

end module