OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_cellml_destroy Interface Reference

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...
 

Detailed Description

Destroys a CellML environment.

Definition at line 1097 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_destroy::cmfe_cellml_destroynumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

Destroys a CellML environment identified by a user number.

Parameters
[in]regionusernumberThe user number of the region containing the CellML enviroment to destroy.
[in]cellmlusernumberThe user number of the CellML enviroment to destroy.
[out]errThe error code.

Definition at line 14252 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_destroy::cmfe_cellml_destroyobj ( type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(out)  err 
)
private

Destroy a CellML environment identified by an object.

Parameters
[in,out]cellmlThe CellML environment to destroy.
[out]errThe error code.

Definition at line 14297 of file opencmiss_iron.f90.