V3FIT
|
Destruct interface using either path_destruct_int or path_destruct_vertex. More...
Public Member Functions | |
subroutine | path_destruct_int (this) |
Deconstruct a path_int_class object. More... | |
recursive subroutine | path_destruct_vertex (this) |
Deconstruct a vertex object. More... | |
Destruct interface using either path_destruct_int or path_destruct_vertex.
Definition at line 84 of file integration_path.f.
subroutine integration_path::path_destruct::path_destruct_int | ( | type (path_int_class), pointer | this | ) |
Deconstruct a path_int_class object.
Deallocates memory and uninitializes a path_int_class object.
[in,out] | this | A path_int_class instance. |
Definition at line 192 of file integration_path.f.
recursive subroutine integration_path::path_destruct::path_destruct_vertex | ( | type (vertex), pointer | this | ) |
Deconstruct a vertex object.
Deallocates memory and uninitializes a vertex object. This recursively deconstructed the next vertex until the last in the linked list is found.
[in,out] | this | A vertex instance. |
Definition at line 222 of file integration_path.f.