FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

#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
std::ostream & console_out()

Definition at line 25 of file driverData.cpp.

Referenced by driverData::readData().