get_version Subroutine

public subroutine get_version(version)

returns the tempo version string from the README.md file or returns empty string if not found

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: version

Called by

proc~~get_version~~CalledByGraph proc~get_version get_version proc~tempo_build_tables tempo_build_tables proc~tempo_build_tables->proc~get_version proc~tempo_init tempo_init proc~tempo_init->proc~get_version proc~test_tempo_init test_tempo_init proc~test_tempo_init->proc~tempo_init program~build_tables build_tables program~build_tables->proc~tempo_build_tables program~run_tempo_tests run_tempo_tests program~run_tempo_tests->proc~test_tempo_init