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

Private Member Functions

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

Detailed Description

Definition at line 104 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_datadimensionset::list_data_dimension_set ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  DATA_DIMENSION,
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]data_dimensionThe data dimension of the list to set
[out]errThe error code
[out]errorThe error string

Definition at line 509 of file lists.f90.