]> SALOME platform Git repositories - plugins/hexablockplugin.git/commitdiff
Salome HOME
23418: [OCC] Mesh: Minimization of memory usage of SMESH eap/23418
authoreap <eap@opencascade.com>
Fri, 22 Dec 2017 11:22:33 +0000 (14:22 +0300)
committereap <eap@opencascade.com>
Fri, 22 Dec 2017 11:22:33 +0000 (14:22 +0300)
src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx

index 65569e37aa5b564462311534c3d7afdd082c3b97..4f6a11eee6c98cd303f613af16f2c28e74300033 100755 (executable)
@@ -390,7 +390,7 @@ namespace
 
     // Find a node at any block corner
 
-    SMDS_NodeIteratorPtr nIt = meshDS->nodesIterator(/*idInceasingOrder=*/true);
+    SMDS_NodeIteratorPtr nIt = meshDS->nodesIterator();
     if ( !nIt->more() ) return error("Empty mesh");
 
     const SMDS_MeshNode* nCorner = 0;