
Public Attributes | |
| integer, allocatable | iVec |
| vector that stores the indices of "i"s of that "j" index | |
| integer | maxI |
| size of the iVec | |
| type(setI), dimension(:), allocatable | i |
| array to define reach different dVec's | |
| integer, allocatable | jVec |
| vector that stores the indices of "i"s of that "j" index | |
| integer | maxJ |
| size of the jVec | |
| type(setJ), dimension(:), allocatable | j |
| array to define reach different dVec's | |
Definition at line 19 of file global.f90.
| type(setI),dimension(:),allocatable global::type::i |
array to define reach different dVec's
Definition at line 25 of file global.f90.
| integer,allocatable global::type::iVec |
vector that stores the indices of "i"s of that "j" index
Definition at line 21 of file global.f90.
| type(setJ),dimension(:),allocatable global::type::j |
array to define reach different dVec's
Definition at line 36 of file global.f90.
| integer,allocatable global::type::jVec |
vector that stores the indices of "i"s of that "j" index
Definition at line 32 of file global.f90.
| integer global::type::maxI |
size of the iVec
Definition at line 23 of file global.f90.
| integer global::type::maxJ |
size of the jVec
Definition at line 34 of file global.f90.
1.6.1