Versioning information on this library.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | dftd3_version_compact(3) | = | [1, 2, 1] |
Numeric representation of the s-dftd3 version |
character(len=*), | public, | parameter | :: | dftd3_version_string | = | "1.2.1" |
String representation of the s-dftd3 version |
Getter function to retrieve s-dftd3 version
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | optional | :: | major |
Major version number of the s-dftd3 version |
|
integer, | intent(out), | optional | :: | minor |
Minor version number of the s-dftd3 version |
|
integer, | intent(out), | optional | :: | patch |
Patch version number of the s-dftd3 version |
|
character(len=:), | intent(out), | optional, | allocatable | :: | string |
String representation of the s-dftd3 version |