Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | mctc_version_compact(3) | = | [0, 3, 2] |
Numeric representation of the mctc-lib version |
character(len=*), | public, | parameter | :: | mctc_version_string | = | "0.3.2" |
String representation of the mctc-lib version |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | feature |
Feature name |
Whether the feature is enabled
Getter function to retrieve mctc-lib version
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | optional | :: | major |
Major version number of the mctc-lib version |
|
integer, | intent(out), | optional | :: | minor |
Minor version number of the mctc-lib version |
|
integer, | intent(out), | optional | :: | patch |
Patch version number of the mctc-lib version |
|
character(len=:), | intent(out), | optional, | allocatable | :: | string |
String representation of the mctc-lib version |