Change default model

This commit is contained in:
Mael Rouxel-Labbé 2023-09-13 15:45:15 +02:00
parent 70c79da6fc
commit 86e28d2c85
1 changed files with 1 additions and 1 deletions

View File

@ -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;