From: eap Date: Fri, 3 Oct 2008 10:39:47 +0000 (+0000) Subject: PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin. X-Git-Tag: RELIQUAT_4x_25102008~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=82061e3a33bcf5fce0fa6ca619634a1be6515523;p=modules%2Fsmesh.git PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin. additionally fix getDependsOnIterator() if submesh map is empty --- diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index ed6ac1a78..8842e0464 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -2078,6 +2078,7 @@ namespace { SMESH_subMesh* append): myIt(subIt),myAppend(append) { myCur = prepend ? prepend : myIt->more() ? myIt->next() : append; + if ( myCur == append ) append = 0; } /// Return true if and only if there are other object in this iterator virtual bool more()