Salome HOME
fix comment
authoreap <eap@opencascade.com>
Thu, 6 Oct 2011 09:39:29 +0000 (09:39 +0000)
committereap <eap@opencascade.com>
Thu, 6 Oct 2011 09:39:29 +0000 (09:39 +0000)
src/SMESH/SMESH_Mesh.cxx

index 5eed73dbd77a1e2e9a820330cbd92d143404fead..02d93c4a5062d317cde9017fcca7ea4dc9b54b38 100644 (file)
@@ -1830,7 +1830,7 @@ bool SMESH_Mesh::SortByMeshOrder(list<SMESH_subMesh*>& theListToSort) const
   list<SMESH_subMesh*>::iterator onlyBIt = onlyOrderedList.begin();
   list<SMESH_subMesh*>::iterator onlyEIt = onlyOrderedList.end();
 
-  // iterates on ordered submeshes and insert them in detected positions
+  // iterate on ordered submeshes and insert them in detected positions
   map< int, TPosInList >::iterator i_pos = sortedPos.begin();
   for ( ; onlyBIt != onlyEIt; ++onlyBIt, ++i_pos )
     *(i_pos->second) = *onlyBIt;