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

Private Member Functions

subroutine list_initial_size_set (LIST, INITIAL_SIZE, ERR, ERROR,)
 Sets/changes the initial size for a list. More...
 

Detailed Description

Definition at line 210 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_initialsizeset::list_initial_size_set ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  INITIAL_SIZE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the initial size for a list.

Parameters
[in]listA pointer to the list
[in]initial_sizeThe initial size of the list to set. Must be greater than zero.
[out]errThe error code
[out]errorThe error string

Definition at line 863 of file lists.f90.