OpenCMISS-Iron FORTRAN API Documentation
|
Extracts the OpenCMISS error message. More...
Private Member Functions | |
subroutine | cmfe_extracterrormessagec (errorMessage, err) |
Extracts the most recent error string for OpenCMISS. More... | |
subroutine | cmfe_extracterrormessagevs (errorMessage, err) |
Extracts the most recent error string for OpenCMISS. More... | |
Extracts the OpenCMISS error message.
Definition at line 999 of file opencmiss_iron.f90.
|
private |
Extracts the most recent error string for OpenCMISS.
[out] | errormessage | On return, the extracted error message. |
[in] | err | The error code. |
Definition at line 13248 of file opencmiss_iron.f90.
|
private |
Extracts the most recent error string for OpenCMISS.
[out] | errormessage | On return, the extracted error message. |
[in] | err | The error code. |
Definition at line 13268 of file opencmiss_iron.f90.