mirror of https://github.com/CGAL/cgal
Add a 'done' before returning
This commit is contained in:
parent
6046432534
commit
3253d61876
|
|
@ -34,5 +34,6 @@ int main(int argc, char* argv[])
|
|||
std::cout << "inside polyhedral envelope" << std::endl;
|
||||
}
|
||||
}
|
||||
std::cout << "done" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue