mirror of https://github.com/CGAL/cgal
using bso union and no OpenMP
This commit is contained in:
parent
c746897a1f
commit
4be5cb2f12
|
|
@ -20,6 +20,7 @@ int main (int argc, char * argv[])
|
|||
{
|
||||
CGAL::Timer t_mink_sum;
|
||||
|
||||
|
||||
if (argc < 2) {
|
||||
std::cerr << "Failed to open the input file." << std::endl;
|
||||
return (1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue