|
OpenCMISS-Iron Internal API Documentation
|
Destroys a basis. More...
Private Member Functions | |
| subroutine | cmfe_basis_destroynumber (userNumber, err) |
| Destroys a basis identified by its basis user number. More... | |
| subroutine | cmfe_basis_destroyobj (basis, err) |
| Destroys a basis identified by an object. More... | |
Destroys a basis.
Definition at line 696 of file opencmiss_iron.f90.
|
private |
Destroys a basis identified by its basis user number.
| [in] | usernumber | The user number of the basis to destroy. |
| [out] | err | The error code. |
Definition at line 11031 of file opencmiss_iron.f90.
|
private |
Destroys a basis identified by an object.
| [in,out] | basis | The basis to destroy. |
| [out] | err | The error code. |
Definition at line 11065 of file opencmiss_iron.f90.