Add a value to the end of the triplet list.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(TripletList_r), | intent(inout) | :: | this | This the triplet list to append to. |
||
type(Triplet_r), | intent(in) | :: | triplet_value | The value to append. |
Add a value to the end of the triplet list.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(TripletList_c), | intent(inout) | :: | this | This the triplet list to append to. |
||
type(Triplet_c), | intent(in) | :: | triplet_value | The value to append. |