Loading...
Searching...
No Matches
Go to the documentation of this file.
4#include <vcTestAsserts.hpp>
6#define LSTEST_ASSERT_VALID_LS(levelSet, NumericType, D) \
8 auto check = viennals::Check<NumericType, D>(levelSet); \
10 if (check.isValid()) { \
11 std::cout << "SUCCESS" << std::endl; \
13 throw std::runtime_error( \
14 std::string(__FILE__) + std::string(":") + \
15 std::to_string(__LINE__) + std::string(" in ") + \
16 std::string(__PRETTY_FUNCTION__) + "\n" + check.what()); \