ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <cassert>
Go to the source code of this file.
Macros | |
#define | DEVICE_THROW(E) throw(E) |
#define | DEVICE_QUALIFIER |
#define | DEVICE_ASSERT(A) assert((A)) |
#define DEVICE_ASSERT | ( | A | ) | assert((A)) |
Definition at line 30 of file device_qualifier.hpp.
#define DEVICE_QUALIFIER |
Definition at line 29 of file device_qualifier.hpp.
#define DEVICE_THROW | ( | E | ) | throw(E) |
Definition at line 28 of file device_qualifier.hpp.