Versioning information on this library.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
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 |
Getter function to retrieve mctc-rmsd version
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |