We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc3c0b commit f08d717Copy full SHA for f08d717
tight_inclusion/inclusion_ccd.cpp
@@ -320,8 +320,8 @@ namespace inclusion_ccd
320
vlist.emplace_back(b1e);
321
bool use_ms = ms > 0;
322
err1 = get_numerical_error(vlist, false, use_ms);
323
- std::cout << "err is " << err1[0] << " " << err1[1] << " "
324
- << err1[2] << " " << std::endl;
+ // std::cout << "err is " << err1[0] << " " << err1[1] << " "
+ // << err1[2] << " " << std::endl;
325
}
326
else
327
{
0 commit comments