OpenCMISS-Iron Internal API Documentation
|
Finishes the creation of a coordinate system. More...
Private Member Functions | |
subroutine | cmfe_coordinatesystem_createfinishnumber (coordinateSystemUserNumber, err) |
Finishes the creation of a coordinate system identified by a user number. More... | |
subroutine | cmfe_coordinatesystem_createfinishobj (coordinateSystem, err) |
Finishes the creation of a coordinate system identified by an object. More... | |
Finishes the creation of a coordinate system.
Definition at line 1561 of file opencmiss_iron.f90.
|
private |
Finishes the creation of a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to finish creating. |
[out] | err | The error code. |
Definition at line 18245 of file opencmiss_iron.f90.
|
private |
Finishes the creation of a coordinate system identified by an object.
[in,out] | coordinatesystem | The coordinate system to finish creating. |
[out] | err | The error code. |
Definition at line 18284 of file opencmiss_iron.f90.