Set alias conversion formula.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(uom), | intent(inout) | :: | self | The uom reference. |
||
| integer(kind=I_P), | intent(in) | :: | reference_index | Index of the reference to which set the conversion formula. |
||
| integer(kind=I_P), | intent(in) | :: | alias_index | Index of the alias to which set the conversion formula. |
||
| class(uom_converter), | intent(in) | :: | convert | Generic conversion alias formula user-supplied. |