diff --git a/Nef_3/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h b/Nef_3/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h index 7e9441285ac..f7d33128ad2 100644 --- a/Nef_3/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h +++ b/Nef_3/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h @@ -100,7 +100,7 @@ struct Facet_plane_3 { CGAL_NEF_TRACEN( *point_cir); CGAL_NEF_TRACEN(internal::Plane_constructor::get_type_plane(*point_cir, Vector( plane_orthogonal_vector))); if(plane_orthogonal_vector == Vector(0,0,0)) - std::cerr << "Error !!!!!!!!!!!!!!!!!!!!!!!" << std::endl; + std::cerr << "Error: Normal vector cannot be (0,0,0)" << std::endl; return(internal::Plane_constructor::get_type_plane( *point_cir, Vector( plane_orthogonal_vector))); } };