print_version Subroutine

public subroutine print_version()

Print the version number of the program.

Arguments

None

Source Code

  subroutine print_version()
    !! Print the version number of the program.
    implicit none

    write(*,'("version: ",A)') athena__version__
  end subroutine print_version