pFIO_IntArrayMod
Author: GMAO SI-Team
The module pFIO_IntArrayMod
is a simple integer 1d attribute to avoid ifort bug ( until 2024.0.0)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | values(:) | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=INT64), | intent(in) | :: | size | |||
integer, | intent(out), | optional | :: | rc |
private function new_IntArray_1d (values, rc) | |
private function new_IntArray_1d_size (size, rc) |
procedure, public :: destroy | |
procedure, public :: get_values |