| OpenCMISS-Iron FORTRAN API Documentation
    | 
Finishes the creation of a new basis. More...
| Private Member Functions | |
| subroutine | cmfe_basis_createfinishnumber (userNumber, err) | 
| Finishes the creation of a new basis identified by a user number.  More... | |
| subroutine | cmfe_basis_createfinishobj (basis, err) | 
| Finishes the creation of a new basis identified by an object.  More... | |
Finishes the creation of a new basis.
Definition at line 684 of file opencmiss_iron.f90.
| 
 | private | 
Finishes the creation of a new basis identified by a user number.
| [in] | usernumber | The user number of the basis to finish the creation of. | 
| [out] | err | The error code | 
Definition at line 10903 of file opencmiss_iron.f90.
| 
 | private | 
Finishes the creation of a new basis identified by an object.
| [in,out] | basis | The basis to finish the creation of | 
| [out] | err | The error code | 
Definition at line 10941 of file opencmiss_iron.f90.