Allocates memory for arrays in select type. Returns E_ALLOC
on
error.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(select_type), | intent(out) | :: | select |
Select type. |
||
integer, | intent(in) | :: | size |
Array size. |
||
integer, | intent(out), | optional | :: | error |
Error code. |