Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-110E

3.1.2 arsyver - Get version information
SUBROUTINE AR01AA(MAJOR, MINOR, CMPLR)
  INTEGER MAJOR, MINOR
  CHARACTER CMPLR(16)

Return the major, minor version and the compiler used to compile the library.

Arguments

MAJOR - SHORT INTEGER

EXIT: (optional) Pointer to store major version in.

MINOR - SHORT INTEGER

EXIT: (optional) Pointer to store minor version in.

CMPLR - CHAR POINTER

EXIT: (optional) Pointer to store a pointer to the compiler version string.