Append unique element "new" to array "arr"
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout), | allocatable | :: | arr(:) | ||
| integer, | intent(in) | :: | new |
Append unique element "new" to array "old"
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(asymtop_rot_transition_type), | intent(inout), | allocatable | :: | old(:) | ||
| type(asymtop_rot_transition_type), | intent(in) | :: | new(:) |