V3FIT
Public Member Functions | List of all members
integration_path::path_destruct Interface Reference

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...
 

Detailed Description

Destruct interface using either path_destruct_int or path_destruct_vertex.

Definition at line 84 of file integration_path.f.

Member Function/Subroutine Documentation

◆ path_destruct_int()

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.

Parameters
[in,out]thisA path_int_class instance.

Definition at line 192 of file integration_path.f.

◆ path_destruct_vertex()

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.

Parameters
[in,out]thisA vertex instance.

Definition at line 222 of file integration_path.f.


The documentation for this interface was generated from the following file: