Append the value val to the array arr
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout), | allocatable | :: | arr(:) | ||
| integer, | intent(in) | :: | val |
Append the value val to the array arr
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout), | allocatable | :: | arr(:) | ||
| real(kind=dp), | intent(in) | :: | val |
Append the value val to the array arr
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rvector_type), | intent(inout), | allocatable | :: | arr(:) | ||
| real(kind=dp), | intent(in) | :: | val(:) |
Append the value val to the array arr
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(asymtop_rot_transition_type), | intent(inout), | allocatable | :: | arr(:) | ||
| type(asymtop_rot_transition_type), | intent(in) | :: | val |
Append elec_channel to the array elec_channels
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(elec_channel_type), | intent(inout), | allocatable | :: | channels(:) | ||
| type(elec_channel_type), | intent(in) | :: | channel |
Append channels2 to the array channels
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(elec_channel_type), | intent(inout), | allocatable | :: | channels(:) | ||
| type(elec_channel_type), | intent(in) | :: | channels2(:) |
Append asymtop_rot_channel to the array asymtop_rot_channels
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(asymtop_rot_channel_type), | intent(inout), | allocatable | :: | channels(:) | ||
| type(asymtop_rot_channel_type), | intent(in) | :: | channel |
Append asymtop_rot_channel to the array asymtop_rot_channels
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(asymtop_rot_channel_l_type), | intent(inout), | allocatable | :: | channels(:) | ||
| type(asymtop_rot_channel_l_type), | intent(in) | :: | channel |