|
subroutine | tree_create_start (TREE, ERR, ERROR,) |
| Starts the creation of a tree and returns a pointer to the created tree. More...
|
|
Definition at line 114 of file trees.f90.
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
-
| tree | A pointer to the tree to create. Must not be associated on entry. |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 233 of file trees.f90.