#include "moab/MOABConfig.h"
#include "moab/ErrorHandler.hpp"
#include <iostream>
#include <cstdlib>
Go to the source code of this file.
Functions | |
ErrorCode | FunctionC (int test_case_num, int rank) |
ErrorCode | FunctionB (int test_case_num, int rank) |
ErrorCode | FunctionA (int test_case_num, int rank) |
int | main (int argc, char **argv) |
ErrorCode FunctionA | ( | int | test_case_num, |
int | rank | ||
) |
Definition at line 68 of file ErrorHandlingSimulation.cpp.
References ErrorCode, FunctionB(), MB_CHK_ERR, and MB_SUCCESS.
Referenced by main().
ErrorCode FunctionB | ( | int | test_case_num, |
int | rank | ||
) |
Definition at line 61 of file ErrorHandlingSimulation.cpp.
References ErrorCode, FunctionC(), MB_CHK_ERR, and MB_SUCCESS.
Referenced by FunctionA().
ErrorCode FunctionC | ( | int | test_case_num, |
int | rank | ||
) |
Definition at line 24 of file ErrorHandlingSimulation.cpp.
References MB_INDEX_OUT_OF_RANGE, MB_NOT_IMPLEMENTED, MB_SET_ERR, MB_SET_GLB_ERR, MB_SUCCESS, and MB_TYPE_OUT_OF_RANGE.
Referenced by FunctionB().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 75 of file ErrorHandlingSimulation.cpp.
References ErrorCode, FunctionA(), MB_CHK_ERR, moab::MBErrorHandler_Finalize(), and moab::MBErrorHandler_Init().