FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros
driverData.cpp File Reference
#include <fei_fstream.hpp>
#include <FEI.hpp>
#include <fei_defs.h>
#include <snl_fei_Utils.hpp>
#include <test_utils/DataReader.hpp>
#include <test_utils/driverData.hpp>
#include <cstring>
Include dependency graph for driverData.cpp:

Go to the source code of this file.

Macros

#define CHK_ERR(a)
 

Macro Definition Documentation

◆ CHK_ERR

#define CHK_ERR ( a)
Value:
{int chkerr; if ((chkerr = a) != 0) { \
fei::console_out() << "file " << __FILE__ << ", line " << __LINE__ \
<< ", err " << chkerr << FEI_ENDL; \
return(chkerr); } }
#define FEI_ENDL

Definition at line 25 of file driverData.cpp.