cgma
CGMParallelComm.cpp File Reference
#include "CGMParallelComm.hpp"
#include "TopologyEntity.hpp"
#include "GeometryQueryEngine.hpp"
#include "RefEntity.hpp"
#include "GeometryQueryTool.hpp"
#include "TDParallel.hpp"
#include <algorithm>

Go to the source code of this file.

Defines

#define INITIAL_BUFF_SIZE   1024
#define RRA(a)

Define Documentation

#define INITIAL_BUFF_SIZE   1024

Definition at line 10 of file CGMParallelComm.cpp.

#define RRA (   a)
Value:
if (CUBIT_SUCCESS != result) {  \
    std::string tmp_str;            \
    tmp_str.append("\n"); tmp_str.append(a);    \
    PRINT_ERROR("%s", tmp_str.c_str());     \
    return result;}

Definition at line 11 of file CGMParallelComm.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines