mirror of https://github.com/CGAL/cgal
Change default model
This commit is contained in:
parent
70c79da6fc
commit
86e28d2c85
|
|
@ -63,7 +63,7 @@ using Facet = Triangulation::Facet;
|
|||
int main(int argc, char** argv)
|
||||
{
|
||||
// Read the input
|
||||
const std::string filename = (argc > 1) ? argv[1] : CGAL::data_file_path("meshes/armadillo.off");
|
||||
const std::string filename = (argc > 1) ? argv[1] : CGAL::data_file_path("meshes/bull.off");
|
||||
std::cout << "Reading " << filename << "..." << std::endl;
|
||||
|
||||
Points points;
|
||||
|
|
|
|||
Loading…
Reference in New Issue