This commit is contained in:
Andreas Fabri 2024-03-08 10:55:42 +00:00
parent b9f3e35192
commit 5e3cf4376e
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ int main(int argc, char* argv[]) {
} else {
std::cout << "fail" << std::endl;
std::cout << "\tin: " << in << std::endl;
std::cout << "\tout: " << out;
std::cout << "\tref: " << ref;
std::cout << "\tout: " << out << std::flush;
std::cout << "\tref: " << ref << std::flush;
} CGAL_assertion(ref == out);
// Test orientations