OpenCMISS-Iron FORTRAN API Documentation
|
Sets/changes the coordinate system dimension. More...
Private Member Functions | |
subroutine | cmfe_coordinatesystem_dimensionsetnumber (coordinateSystemUserNumber, coordinateSystemDimension, err) |
Sets/changes the dimension of a coordinate system identified by a user number. More... | |
subroutine | cmfe_coordinatesystem_dimensionsetobj (coordinateSystem, coordinateSystemDimension, err) |
Sets/changes the dimension of a coordinate system identified by an object. More... | |
Sets/changes the coordinate system dimension.
Definition at line 1585 of file opencmiss_iron.f90.
|
private |
Sets/changes the dimension of a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to set the dimension for. |
[in] | coordinatesystemdimension | The dimension of the coordinate system to set. |
[out] | err | The error code. |
Definition at line 18496 of file opencmiss_iron.f90.
|
private |
Sets/changes the dimension of a coordinate system identified by an object.
[in,out] | coordinatesystem | The coordinate system to set the dimension for. |
[in] | coordinatesystemdimension | The dimension of the coordinate system to set. |
[out] | err | The error code. |
Definition at line 18532 of file opencmiss_iron.f90.