GETVER

GETVER returns the current Adams Solver version number as it appears in the Adams Solver banner.

Use

Called by

Any user-written subroutine

Prerequisite

None

Calling Sequence

CALL GETVER (value)

Output Argument

 
value
A character*10 variable that contains the Adams Solver version number.
Starting with the 2005r2 release, Adams Solver (C++),  returns a “+” as the last character in value.  Adams Solver (FORTRAN) leaves this character blank.  Among other uses, this permits the user-supplied subroutine to determine which version of the solver, C++ or FORTRAN, is being used with it.