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

Private Member Functions

subroutine tree_create_start (TREE, ERR, ERROR,)
 Starts the creation of a tree and returns a pointer to the created tree. More...
 

Detailed Description

Definition at line 114 of file trees.f90.

Member Function/Subroutine Documentation

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

Starts the creation of a tree and returns a pointer to the created tree.

See also
{TREES::TREE_CREATE_FINISH}.
Parameters
treeA pointer to the tree to create. Must not be associated on entry.
[out]errThe error code.
[out]errorThe error string.

Definition at line 233 of file trees.f90.