| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | expectedValue | |||
| integer, | intent(in) | :: | actualValue | |||
| character(len=*), | optional | :: | msg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real, | intent(in) | :: | expectedValue | |||
| real, | intent(in) | :: | actualValue | |||
| real, | intent(in) | :: | relTol | |||
| real, | intent(in), | optional | :: | absTol | ||
| character(len=*), | optional | :: | msg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | expectedValue | |||
| double precision, | intent(in) | :: | actualValue | |||
| double precision, | intent(in) | :: | relTol | |||
| double precision, | intent(in), | optional | :: | absTol | ||
| character(len=*), | optional | :: | msg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), | intent(in) | :: | expectedValue | |||
| real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), | intent(in) | :: | actualValue | |||
| real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), | intent(in) | :: | relTol | |||
| real(kind=SELECTED_REAL_KIND(QUAD_DIGITS)), | intent(in), | optional | :: | absTol | ||
| character(len=*), | optional | :: | msg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | expectedValue | |||
| logical, | intent(in) | :: | actualValue | |||
| character(len=*), | optional | :: | msg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | expectedValue | ||||
| character(len=*) | :: | actualValue | ||||
| character(len=*), | optional | :: | msg |