Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
ReadSms.cpp File Reference
#include "ReadSms.hpp"
#include "FileTokenizer.hpp"
#include "Internals.hpp"
#include "moab/Interface.hpp"
#include "moab/ReadUtilIface.hpp"
#include "moab/Range.hpp"
#include "MBTagConventions.hpp"
#include "MBParallelConventions.h"
#include "moab/CN.hpp"
#include <cerrno>
#include <cstring>
#include <map>
#include <set>
#include <iostream>
+ Include dependency graph for ReadSms.cpp:

Go to the source code of this file.

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Macros

#define CHECK(a)
 
#define CHECKN(a)    if( n != ( a ) ) return MB_FILE_WRITE_ERROR
 

Macro Definition Documentation

◆ CHECK

#define CHECK (   a)
Value:
if( MB_SUCCESS != result ) \
{ \
std::cerr << ( a ) << std::endl; \
return result; \
}

Definition at line 38 of file ReadSms.cpp.

◆ CHECKN

#define CHECKN (   a)     if( n != ( a ) ) return MB_FILE_WRITE_ERROR

Definition at line 45 of file ReadSms.cpp.