Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable | :: | lookup(:) | |||
integer, | public, | allocatable | :: | tab(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(table), | intent(inout) | :: | a2b | |||
integer, | intent(in), | optional | :: | nel | ||
integer, | intent(in), | optional | :: | ntab |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(table), | intent(inout) | :: | a2b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(table), | intent(in) | :: | tab |
TYPE table
INTEGER, ALLOCATABLE :: lookup(:)
INTEGER, ALLOCATABLE :: tab(:)
CONTAINS
PROCEDURE:: alloc_table, free_table, get_dual_table
PROCEDURE, PRIVATE :: nemo_table_sizeof
GENERIC, PUBLIC :: nemo_sizeof => nemo_table_sizeof
END TYPE table