Loading...
Searching...
No Matches
Go to the documentation of this file.
34#ifndef SVZERODSOLVER_HELPERS_DEBUG_HPP_
35#define SVZERODSOLVER_HELPERS_DEBUG_HPP_
43#define DEBUG_MSG(str) \
45 std::cout << "[DEBUG MESSAGE] " << str << std::endl; \
48#define DEBUG_MSG(str) \