make LOG_VALUE work with polynomial expressions
This commit is contained in:
@@ -48,6 +48,6 @@ inline void LOG(std::string line) {
|
||||
std::cout << line << std::endl;
|
||||
}
|
||||
|
||||
#define LOG_VALUE(x) std::cout << #x << ": " << x << std::endl;
|
||||
#define LOG_VALUE(x) std::cout << #x << ": " << (x) << std::endl;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user