mirror of https://github.com/CGAL/cgal
use variable error
This commit is contained in:
parent
663a968a61
commit
cfedd810c5
|
|
@ -48,12 +48,14 @@ 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;
|
||||
}
|
||||
else {*/
|
||||
return EXIT_SUCCESS;
|
||||
return EXIT_SUCCESS;
|
||||
//}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue