constans.f90 Source File


Files dependent on this one

sourcefile~~constans.f90~~AfferentGraph sourcefile~constans.f90 constans.f90 sourcefile~data_input.f90 data_input.f90 sourcefile~data_input.f90->sourcefile~constans.f90 sourcefile~types.f90 types.f90 sourcefile~data_input.f90->sourcefile~types.f90 sourcefile~module.f90 module.f90 sourcefile~module.f90->sourcefile~constans.f90 sourcefile~prueba.f90 prueba.f90 sourcefile~prueba.f90->sourcefile~constans.f90 sourcefile~prueba.f90->sourcefile~data_input.f90 sourcefile~routines.f90 routines.f90 sourcefile~routines.f90->sourcefile~constans.f90 sourcefile~routines.f90->sourcefile~data_input.f90 sourcefile~routines.f90->sourcefile~types.f90 sourcefile~types.f90->sourcefile~constans.f90

Source Code

module constants
    use iso_fortran_env, only: real64
    implicit none
    integer, parameter :: pr=real64
end module constants