OpenCMISS-Iron Internal API Documentation
fieldml_util_routines::fieldml_util_check_fieldml_error Interface Reference

Private Member Functions

subroutine fieldmlutil_checkfieldmlsessionerrorvs (ERROR_DESCRIPTION, FML_HANDLE, ERR, ERROR,)
 
subroutine fieldml_util_check_fieldml_session_errorc (ERROR_DESCRIPTION, FML_HANDLE, ERR, ERROR,)
 

Detailed Description

Definition at line 70 of file fieldml_util_routines.f90.

Member Function/Subroutine Documentation

subroutine fieldml_util_routines::fieldml_util_check_fieldml_error::fieldml_util_check_fieldml_session_errorc ( character(len=*), intent(in)  ERROR_DESCRIPTION,
integer(intg), intent(in)  FML_HANDLE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
[in]fml_handleThe FieldML session handle.
[out]errThe error code.
[out]errorThe error string

Definition at line 112 of file fieldml_util_routines.f90.

subroutine fieldml_util_routines::fieldml_util_check_fieldml_error::fieldmlutil_checkfieldmlsessionerrorvs ( type(varying_string), intent(in)  ERROR_DESCRIPTION,
integer(intg), intent(in)  FML_HANDLE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
[in]fml_handleThe FieldML session handle.
[out]errThe error code.
[out]errorThe error string

Definition at line 84 of file fieldml_util_routines.f90.