Abstract_save must be nopass: gfortran bug?
Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Visitable_Cells_Memento), | intent(in) | :: | this | |||
| class(Abstract_Visitable_Cells), | intent(out), | allocatable | :: | visitable_cells_target(:,:) | ||
| class(Abstract_Visitable_Cells), | intent(in) | :: | visitable_cells_source(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Visitable_Cells), | intent(inout), | allocatable | :: | visitable_cells_target(:,:) | ||
| type(Neighbour_Cells_Line), | intent(in) | :: | neighbour_cells(:) | |||
| type(Logical_Line), | intent(in) | :: | only_resized_triangle(:) | |||
| class(Abstract_Visitable_Cells), | intent(in) | :: | visitable_cells_source(:,:) |