EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
EpetraExt_HDF5_DistObject.cpp File Reference
#include "EpetraExt_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Teuchos_ParameterList.hpp"
#include "Epetra_BlockMap.h"
#include "Epetra_DistObject.h"
#include "EpetraExt_Exception.h"
#include "EpetraExt_Utils.h"
#include "EpetraExt_HDF5.h"
#include "EpetraExt_HDF5_Handle.h"
Include dependency graph for EpetraExt_HDF5_DistObject.cpp:

Go to the source code of this file.

Macros

#define CHECK_HID(hid_t)
 
#define CHECK_STATUS(status)
 

Macro Definition Documentation

#define CHECK_HID (   hid_t)
Value:
{ if (hid_t < 0) \
throw(EpetraExt::Exception(__FILE__, __LINE__, \
"hid_t is negative")); }

Definition at line 60 of file EpetraExt_HDF5_DistObject.cpp.

#define CHECK_STATUS (   status)
Value:
{ if (status < 0) \
throw(EpetraExt::Exception(__FILE__, __LINE__, \
"function H5Giterater returned a negative value")); }

Definition at line 65 of file EpetraExt_HDF5_DistObject.cpp.