Salome HOME
Correct name of an argument
authoreap <eap@opencascade.com>
Tue, 21 Sep 2010 07:48:09 +0000 (07:48 +0000)
committereap <eap@opencascade.com>
Tue, 21 Sep 2010 07:48:09 +0000 (07:48 +0000)
commit631ad5cae215a7f35f781dbf2d92b6454d50ac3a
tree402a32a782e9ff681d3d14cd5b4588b3b7991a26
parent47134513c56dd09d1fc3b880d068c219990b19e2
Correct name of an argument

   static int GetOrderedEdges (const TopoDS_Face&        theFace,
                               TopoDS_Vertex             theFirstVertex,
                               std::list< TopoDS_Edge >& theEdges,
-                              std::list< int >  &       theNbVertexInWires,
+                              std::list< int >  &       theNbEdgesInWires,
                               const bool                theShapeAnalysisAlgo=false);
src/SMESH/SMESH_Block.cxx
src/SMESH/SMESH_Block.hxx