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

Private Member Functions

subroutine tree_insert_type_set (TREE, INSERT_TYPE, ERR, ERROR,)
 Sets/changes the insert type for a tree. More...
 

Detailed Description

Definition at line 122 of file trees.f90.

Member Function/Subroutine Documentation

subroutine trees::tree_inserttypeset::tree_insert_type_set ( type(tree_type), pointer  TREE,
integer(intg), intent(in)  INSERT_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the insert type for a tree.

Parameters
treeA pointer to the tree
[in]insert_typeThe insert type to set
See also
TREES::TreeInsertTypes,TREES::TreeInsertTypes
Parameters
[out]errThe error code
[out]errorThe error string.

Definition at line 480 of file trees.f90.