Documentation changes

This commit is contained in:
Mael Rouxel-Labbé
2017-06-22 16:15:57 +02:00
parent a848170433
commit fa6aa9a799
4 changed files with 85 additions and 28 deletions
@@ -24,7 +24,7 @@ namespace SMP = CGAL::Surface_mesh_parameterization;
int main(int argc, char * argv[])
{
std::ifstream in((argc>1) ? argv[1] : "data/three_peaks.off");
std::ifstream in((argc>1) ? argv[1] : "data/nefertiti.off");
if(!in) {
std::cerr << "Problem loading the input data" << std::endl;
return 1;