technical_constants_m.f90 Source File


Contents


Source Code

module technical_constants_m
    !! Technical constants 
    implicit none
    save
    
    integer, parameter, public :: PATHLEN_MAX = 1024
    !! Maximum length of strings related with filepaths
    
end module