|
EpetraExt
Development
|
#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"
Go to the source code of this file.
Defines | |
| #define | CHECK_HID(hid_t) |
| #define | CHECK_STATUS(status) |
| #define CHECK_HID | ( | hid_t | ) |
{ 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 | ) |
{ if (status < 0) \
throw(EpetraExt::Exception(__FILE__, __LINE__, \
"function H5Giterater returned a negative value")); }
Definition at line 65 of file EpetraExt_HDF5_DistObject.cpp.
1.7.6.1