OpenCMISS-Iron Internal API Documentation
lists::list_createfinish Interface Reference

Private Member Functions

subroutine list_create_finish (LIST, ERR, ERROR,)
 Finishes the creation of a list created with LIST_CREATE_START. More...
 

Detailed Description

Definition at line 96 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_createfinish::list_create_finish ( type(list_type), intent(inout), pointer  LIST,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Finishes the creation of a list created with LIST_CREATE_START.

See also
LISTS::LIST_CREATE_START.
Parameters
[in,out]listA pointer to the list to finish
[out]errThe error code
[out]errorThe error string.

Definition at line 419 of file lists.f90.