Salome HOME
Fix regressions
[modules/smesh.git] / src / StdMeshers / StdMeshers_Penta_3D.cxx
index 69485a746eadeef7daf42fe8cceec2970b74ed44..8a852edb9af21ab99a2ccf99c84e66e8353cee4a 100644 (file)
@@ -1367,7 +1367,7 @@ bool StdMeshers_Penta_3D::LoadIJNodes(StdMeshers_IJNodeMap & theIJNodes,
 
   // find the other edges of theFace and orientation of e1
   TopoDS_Edge e1, e2, eTop;
-  bool rev1, CumOri = false;
+  bool rev1 = false, CumOri = false;
   TopExp_Explorer exp( theFace, TopAbs_EDGE );
   int nbEdges = 0;
   for ( ; exp.More(); exp.Next() ) {