If everything worked fine, write PASSED on the very last line of output, to indicate a successful run of the unit test:
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| real(kind=rk) | :: | res1 | ||||
| real(kind=rk) | :: | res2 | ||||
| real(kind=rk) | :: | newRes2 | ||||
| real(kind=rk) | :: | res3 | ||||
| real(kind=rk) | :: | newRes3 | ||||
| integer | :: | power | ||||
| type(tem_general_type) | :: | general |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(out) | :: | res |
todo NA: Check if nodes kind and factor are correctly used for
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | power | |||
| real(kind=rk), | intent(out) | :: | res |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | power | |||
| real(kind=rk), | intent(out) | :: | res |