Skip to content

Commit ca7a938

Browse files
committed
Fixed unusable error message
1 parent da17849 commit ca7a938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nef_3/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct Facet_plane_3 {
109109
CGAL_NEF_TRACEN( *point_cir);
110110
CGAL_NEF_TRACEN(internal::Plane_constructor<Plane>::get_type_plane(*point_cir, Vector( plane_orthogonal_vector)));
111111
if(plane_orthogonal_vector == Vector(0,0,0))
112-
std::cerr << "Error !!!!!!!!!!!!!!!!!!!!!!!" << std::endl;
112+
std::cerr << "Error: Normal vector cannot be (0,0,0)" << std::endl;
113113
return(internal::Plane_constructor<Plane>::get_type_plane( *point_cir, Vector( plane_orthogonal_vector)));
114114
}
115115
};

0 commit comments

Comments
 (0)