diff --git a/graphics/VP1/VP1HEPVis/src/SbPolyhedron.cxx b/graphics/VP1/VP1HEPVis/src/SbPolyhedron.cxx index cd28b384f6b2a2be40157ca3f0dc6898a581e136..716e8d7e644877538ac6531221fce89d913249e6 100644 --- a/graphics/VP1/VP1HEPVis/src/SbPolyhedron.cxx +++ b/graphics/VP1/VP1HEPVis/src/SbPolyhedron.cxx @@ -2090,7 +2090,7 @@ void SbPolyhedronPolygonXSect::Internals::addExtraVertices() { break; } } - assert(iedge<3);//If we cannot add a vertex to a triangle with 3 internal edges, ***REMOVED***... + assert(iedge<3);//If we cannot add a vertex to a triangle with 3 internal edges, then we have a problem... } /////////// And now, the rest of the triangles will get extra vertices added to their external edges /////////