OpenCMISS-Iron FORTRAN API Documentation
|
Destorys a coordinate system. More...
Private Member Functions | |
subroutine | cmfe_coordinatesystem_destroynumber (coordinateSystemUserNumber, err) |
Destroys a coordinate system identified by a user number. More... | |
subroutine | cmfe_coordinatesystem_destroyobj (coordinateSystem, err) |
Destroys a coordinate system identified by an object. More... | |
Destorys a coordinate system.
Definition at line 1573 of file opencmiss_iron.f90.
|
private |
Destroys a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to destroy. |
[out] | err | The error code. |
Definition at line 18374 of file opencmiss_iron.f90.
|
private |
Destroys a coordinate system identified by an object.
[in,out] | coordinatesystem | The coordinate system to destroy. |
[out] | err | The error code. |
Definition at line 18409 of file opencmiss_iron.f90.