Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=*), | public, | parameter | :: | ERROR_ADD_FAIL | = | 'Add failed.' | |
character(len=*), | public, | parameter | :: | ERROR_GET_FAILED | = | 'get_value failed.' | |
character(len=*), | public, | parameter | :: | ERROR_MISMATCH | = | 'actual does not match expected.' | |
character(len=*), | public, | parameter | :: | ERROR_NOT_FOUND | = | 'Find failed for: ' | |
logical, | public | :: | hconfig_is_created | = | .FALSE. | ||
type(ESMF_HConfig), | public | :: | hconfig |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | actual | |||
character(len=*), | intent(in) | :: | expected |