X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_PolyLine.cxx;fp=src%2FSMESHUtils%2FSMESH_PolyLine.cxx;h=9344611d638187bbbbd9e3068f08d5f0eb28b156;hb=242fecaab114e7ad3b26ec3096d016e8e1342697;hp=bf1b3aa7092506b681272b3cc5860394ea3c973e;hpb=9b08e00e6ab80e13cffcda319be3baf22a829bcf;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_PolyLine.cxx b/src/SMESHUtils/SMESH_PolyLine.cxx index bf1b3aa70..9344611d6 100644 --- a/src/SMESHUtils/SMESH_PolyLine.cxx +++ b/src/SMESHUtils/SMESH_PolyLine.cxx @@ -421,7 +421,7 @@ namespace if ( face2 ) polySeg.myFace[ iP ] = face2; else - ;// ?? + {} // todo: ?? for ( int i = 0; i < 3; ++i ) { nodes[ i ] = polySeg.myFace[ iP ]->GetNode( i );