yaml_version.F90.in Source File


Files dependent on this one

sourcefile~~yaml_version.f90.in~~AfferentGraph sourcefile~yaml_version.f90.in yaml_version.F90.in sourcefile~test_yaml.f90 test_yaml.F90 sourcefile~test_yaml.f90->sourcefile~yaml_version.f90.in

Contents

Source Code


Source Code

module yaml_version
   character(len=*),parameter :: git_commit_id = "@GIT_COMMIT_ID@"
   character(len=*),parameter :: git_branch_name = "@GIT_BRANCH_NAME@"
end module