MemCom Reference Manual > MemCom ftn Fortran API > Utility Functions > mcf_get_version

Name

mcf_get_version — Get MemCom version (string)

Synopsis

subroutine mcf_get_version(major,minor,patch)

subroutine mcf_get_version_char(version)

integer*4 major,minor,patch
character*32 version

Description

The mcf_get_version fnctions return the current version of MemCom. mcf_get_version returns the major version number, the minor version number, and the patch level. mcf_get_version_char returns the version of MemCom in the form of a string major.minor.patch.

Parameters

version

String containing the version of MemCom (output).