rmsd_version Module

Versioning information on this library.


Contents


Variables

TypeVisibilityAttributesNameInitial
integer, public, parameter:: rmsd_version_compact(3) =[0, 1, 2]

Numeric representation of the mctc-rmsd version

character(len=*), public, parameter:: rmsd_version_string ="0.1.2"

String representation of the mctc-rmsd version


Subroutines

public subroutine get_rmsd_version(major, minor, patch, string)

Getter function to retrieve mctc-rmsd version

Arguments

TypeIntentOptionalAttributesName
integer, intent(out), optional :: major

Major version number of the mctc-rmsd version

integer, intent(out), optional :: minor

Minor version number of the mctc-rmsd version

integer, intent(out), optional :: patch

Patch version number of the mctc-rmsd version

character(len=:), intent(out), optional allocatable:: string

String representation of the mctc-rmsd version