Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef SVZERODSOLVER_HELPERS_DEBUG_HPP_
8#define SVZERODSOLVER_HELPERS_DEBUG_HPP_
16#define DEBUG_MSG(str) \
18 std::cout << "[DEBUG MESSAGE] " << str << std::endl; \
21#define DEBUG_MSG(str) \