moab
NCHelper.cpp File Reference
#include "NCHelper.hpp"
#include "NCHelperEuler.hpp"
#include "NCHelperFV.hpp"
#include "NCHelperHOMME.hpp"
#include "NCHelperMPAS.hpp"
#include <sstream>
#include "moab/ReadUtilIface.hpp"
#include "MBTagConventions.hpp"

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define ERRORR(rval, str)   if (MB_SUCCESS != rval) {_readNC->readMeshIface->report_error("%s", str); return rval;}
#define ERRORS(err, str)   if (err) {_readNC->readMeshIface->report_error("%s", str); return MB_FAILURE;}

Define Documentation

#define ERRORR (   rval,
  str 
)    if (MB_SUCCESS != rval) {_readNC->readMeshIface->report_error("%s", str); return rval;}

Definition at line 12 of file NCHelper.cpp.

#define ERRORS (   err,
  str 
)    if (err) {_readNC->readMeshIface->report_error("%s", str); return MB_FAILURE;}

Definition at line 15 of file NCHelper.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines