Definition at line 110 of file trees.f90.
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
-
| tree | A pointer to the tree to finish |
[out] | err | The error code |
[out] | error | The error string. |
Definition at line 190 of file trees.f90.