OpenCMISS-Iron FORTRAN API Documentation
OpenCMISS::Iron::cmfe_::ErrorHandlingModes

CMISS error handling mode parameters. More...

Collaboration diagram for OpenCMISS::Iron::cmfe_::ErrorHandlingModes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_errors_return_error_code = CMFE_RETURN_ERROR_CODE
 Just return the error code. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_errors_output_error = CMFE_OUTPUT_ERROR
 Output the error traceback and return the error code. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_errors_trap_error = CMFE_TRAP_ERROR
 Trap the error by outputing the error traceback and stopping the program. More...
 

Detailed Description

CMISS error handling mode parameters.

See also
OpenCMISS::Iron::cmfe_,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_errors_output_error = CMFE_OUTPUT_ERROR

Output the error traceback and return the error code.

See also
OpenCMISS::Iron::cmfe_::ErrorHandlingModes,OPENCMISS

Definition at line 987 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_errors_return_error_code = CMFE_RETURN_ERROR_CODE

Just return the error code.

See also
OpenCMISS::Iron::cmfe_::ErrorHandlingModes,OPENCMISS

Definition at line 986 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_errors_trap_error = CMFE_TRAP_ERROR

Trap the error by outputing the error traceback and stopping the program.

See also
OpenCMISS::Iron::cmfe_::ErrorHandlingModes,OPENCMISS

Definition at line 988 of file opencmiss_iron.f90.