OpenCMISS-Iron Internal API Documentation
trees::tree_createfinish Interface Reference

Private Member Functions

subroutine tree_create_finish (TREE, ERR, ERROR,)
 Finishes the creation of a tree created with TREE_CREATE_START. More...
 

Detailed Description

Definition at line 110 of file trees.f90.

Member Function/Subroutine Documentation

subroutine trees::tree_createfinish::tree_create_finish ( type(tree_type), pointer  TREE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Finishes the creation of a tree created with TREE_CREATE_START.

See also
{TREES::TREE_CREATE_START}.
Parameters
treeA pointer to the tree to finish
[out]errThe error code
[out]errorThe error string.

Definition at line 190 of file trees.f90.