append element to an array (double precision version)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout), | allocatable | :: | array_(:) | ||
real(kind=dp), | intent(in) | :: | element_ |
append element to an array (integer version)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout), | allocatable | :: | array_(:) | ||
integer(kind=int32), | intent(in) | :: | element_ |
append element to an array (single precision version)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(inout), | allocatable | :: | array_(:) | ||
real(kind=sp), | intent(in) | :: | element_ |