Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | expectedValue | |||
integer, | intent(in) | :: | actualValue | |||
character(len=*), | optional | :: | msg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | DIMENSION(:) | :: | expectedValue | ||
integer, | intent(in), | DIMENSION(:) | :: | actualValue |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | DIMENSION(:,:) | :: | expectedValue | ||
integer, | intent(in), | DIMENSION(:,:) | :: | actualValue |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | expectedValue | |||
real, | intent(in) | :: | actualValue | |||
real, | intent(in) | :: | tol | |||
character(len=*), | optional | :: | msg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | DIMENSION(:) | :: | expectedValue | ||
real, | intent(in), | DIMENSION(:) | :: | actualValue | ||
real, | intent(in) | :: | tol | |||
character(len=*), | optional | :: | msg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | DIMENSION(:,:) | :: | expectedValue | ||
real, | intent(in), | DIMENSION(:,:) | :: | actualValue | ||
real, | intent(in) | :: | tol |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in) | :: | expectedValue | |||
double precision, | intent(in) | :: | actualValue | |||
double precision, | intent(in) | :: | tol | |||
character(len=*), | optional | :: | msg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in), | DIMENSION(:) | :: | expectedValue | ||
double precision, | intent(in), | DIMENSION(:) | :: | actualValue | ||
double precision, | intent(in) | :: | tol | |||
character(len=*), | optional | :: | msg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in), | DIMENSION(:,:) | :: | expectedValue | ||
double precision, | intent(in), | DIMENSION(:,:) | :: | actualValue | ||
double precision, | intent(in) | :: | tol |
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) | :: | tol | |||
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 |