diff --git a/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h b/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h index 7b250380193..da33e68756b 100644 --- a/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h +++ b/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h @@ -611,9 +611,11 @@ bool build_triangulation_from_file(std::istream& is, continue; } - if(line == "Vertices") + if(line.find("Vertices") != std::string::npos) { is >> nv; + if(verbose) + std::cerr << "Reading "<< nv << " vertices" << std::endl; for(int i=0; i> nf; + + if(verbose) + std::cerr << "Reading "<< nf << " triangles" << std::endl; + for(int i=0; i> ntet; + + if(verbose) + std::cerr << "Reading "<< ntet << " tetrahedra" << std::endl; + for(int i=0; i