Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.
qreal32 = qreal64 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(qreal32), | intent(inout) | :: | lhs | Left hand side. |
||
| type(qreal64), | intent(in) | :: | rhs | Right hand side. |
qreal64 = qreal32 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(qreal64), | intent(inout) | :: | lhs | Left hand side. |
||
| type(qreal32), | intent(in) | :: | rhs | Right hand side. |
uom32 = uom64 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(uom32), | intent(inout) | :: | lhs | Left hand side. |
||
| type(uom64), | intent(in) | :: | rhs | Right hand side. |
uom64 = uom32 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(uom64), | intent(inout) | :: | lhs | Left hand side. |
||
| type(uom32), | intent(in) | :: | rhs | Right hand side. |
uom_reference32 = uom_reference64 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(uom_reference32), | intent(inout) | :: | lhs | Left hand side. |
||
| type(uom_reference64), | intent(in) | :: | rhs | Right hand side. |
uom_reference64 = uom_reference32 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(uom_reference64), | intent(inout) | :: | lhs | Left hand side. |
||
| type(uom_reference32), | intent(in) | :: | rhs | Right hand side. |
uom_symbol32 = uom_symbol64 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(uom_symbol32), | intent(inout) | :: | lhs | Left hand side. |
||
| type(uom_symbol64), | intent(in) | :: | rhs | Right hand side. |
uom_symbol64 = uom_symbol32 assignment.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(uom_symbol64), | intent(inout) | :: | lhs | Left hand side. |
||
| type(uom_symbol32), | intent(in) | :: | rhs | Right hand side. |