use variable error

This commit is contained in:
Daniel Russel 2007-03-26 22:24:10 +00:00
parent 663a968a61
commit cfedd810c5
1 changed files with 4 additions and 2 deletions

View File

@ -48,7 +48,9 @@ int main(int argc, char *argv[])
}
bool error= sort_test<Tr>(tr, 3000);
if (error) {
std::cerr << "Sort returned error " << std::endl;
}
/*if (error || CGAL::Kinetic::internal::audit_failures__ != 0) {
return EXIT_FAILURE;