From: eap Date: Fri, 11 Mar 2011 10:55:32 +0000 (+0000) Subject: 020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement X-Git-Tag: StartingPortingMED3~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c1c7d4f3b378bafcc6d9137c4fa4e5223b7825b0;p=modules%2Fsmesh.git 020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement fix python dump of MakeBoundaryElements() --- diff --git a/src/SMESH_I/SMESH_MeshEditor_i.cxx b/src/SMESH_I/SMESH_MeshEditor_i.cxx index 0a4b278bc..690f46831 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.cxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.cxx @@ -5714,7 +5714,7 @@ CORBA::Long SMESH_MeshEditor_i::MakeBoundaryElements(SMESH::Bnd_Dimension dim, const char* dimName[] = { "BND_2DFROM3D", "BND_1DFROM3D", "BND_1DFROM2D" }; // result of MakeBoundaryElements() is a tuple (nb, mesh, group) - pyDump << nbAdded << ", "; + pyDump << "nbAdded, "; if ( mesh_var->_is_nil() ) pyDump << myMesh_i->_this() << ", "; else