Loading...
Searching...
No Matches
Go to the documentation of this file.
3#include <dune/common/exceptions.hh>
19#define VTK_ASSERT_MSG(cond, text) \
22 DUNE_THROW(Dune::VtkError, text); \
29#define VTK_ASSERT(cond) \
32 DUNE_THROW(Dune::VtkError, #cond); \