cjamin opened this issue 3 years ago · 0 comments
Could the line std::cout << "sq_max_base_diameter_: " << sq_max_base_diameter_ << std::endl; in matchBase.hpp be removed? It makes the output very verbose, showing always the same value. Thanks!
std::cout << "sq_max_base_diameter_: " << sq_max_base_diameter_ << std::endl;
matchBase.hpp