OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_basis_destroy Interface Reference

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

Detailed Description

Destroys a basis.

Definition at line 696 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_destroy::cmfe_basis_destroynumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(out)  err 
)
private

Destroys a basis identified by its basis user number.

Parameters
[in]usernumberThe user number of the basis to destroy.
[out]errThe error code.

Definition at line 11031 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_destroy::cmfe_basis_destroyobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), intent(out)  err 
)
private

Destroys a basis identified by an object.

Parameters
[in,out]basisThe basis to destroy.
[out]errThe error code.

Definition at line 11065 of file opencmiss_iron.f90.