private subroutine parse_name(self, source)
Parse unit name form an input string and return also the source string without the name data.
Arguments
| Type |
Intent | Optional |
Attributes | | Name | |
| class(uom), |
intent(inout) |
|
| :: |
self | The unit. |
| type(string), |
intent(inout) |
|
| :: |
source | Input source string. |