| OpenCMISS-Iron FORTRAN API Documentation
    | 
Destroys a CellML environment. More...
| Private Member Functions | |
| subroutine | cmfe_cellml_destroynumber (regionUserNumber, CellMLUserNumber, err) | 
| Destroys a CellML environment identified by a user number.  More... | |
| subroutine | cmfe_cellml_destroyobj (CellML, err) | 
| Destroy a CellML environment identified by an object.  More... | |
Destroys a CellML environment.
Definition at line 1097 of file opencmiss_iron.f90.
| 
 | private | 
Destroys a CellML environment identified by a user number.
| [in] | regionusernumber | The user number of the region containing the CellML enviroment to destroy. | 
| [in] | cellmlusernumber | The user number of the CellML enviroment to destroy. | 
| [out] | err | The error code. | 
Definition at line 14252 of file opencmiss_iron.f90.
| 
 | private | 
Destroy a CellML environment identified by an object.
| [in,out] | cellml | The CellML environment to destroy. | 
| [out] | err | The error code. | 
Definition at line 14297 of file opencmiss_iron.f90.