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

Private Member Functions

subroutine list_mutable_set (LIST, MUTABLE, ERR, ERROR,)
 Sets/changes the data dimension for a list. More...
 

Detailed Description

Definition at line 218 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_mutableset::list_mutable_set ( type(list_type), intent(in), pointer  LIST,
logical, intent(in)  MUTABLE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the data dimension for a list.

Parameters
[in]listA pointer to the list
[in]mutableThe mutability of the list to set
[out]errThe error code
[out]errorThe error string

Definition at line 548 of file lists.f90.