OpenCMISS-Iron Internal API Documentation
|
Error handling mode parameters. More...
Variables | |
integer(intg), parameter, public | cmiss::cmfe_return_error_code = 0 |
Just return the error code. More... | |
integer(intg), parameter, public | cmiss::cmfe_output_error = 1 |
Output the error traceback and return the error code. More... | |
integer(intg), parameter, public | cmiss::cmfe_trap_error = 2 |
Trap the error by outputing the error traceback and stopping the program. More... | |
Error handling mode parameters.
integer(intg), parameter, public cmiss::cmfe_output_error = 1 |
Output the error traceback and return the error code.
Definition at line 95 of file cmiss.f90.
Referenced by cmiss::cmfe_errorhandlingmodeset_(), cmiss::cmfe_handleerror(), cmiss::cmfe_initialise_(), and cmiss::cmfe_SetFatalHandler::cmfe_setfatalhandler().
integer(intg), parameter, public cmiss::cmfe_return_error_code = 0 |
Just return the error code.
Definition at line 94 of file cmiss.f90.
Referenced by cmiss::cmfe_errorhandlingmodeset_(), cmiss::cmfe_handleerror(), and cmiss::cmfe_SetFatalHandler::cmfe_setfatalhandler().
integer(intg), parameter, public cmiss::cmfe_trap_error = 2 |
Trap the error by outputing the error traceback and stopping the program.
Definition at line 96 of file cmiss.f90.
Referenced by cmiss::cmfe_errorhandlingmodeset_(), cmiss::cmfe_handleerror(), and cmiss::cmfe_SetFatalHandler::cmfe_setfatalhandler().