From 5c3c22f91d5dd10bbf40c1336426d40997654152 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 30 Jul 2012 07:34:54 +0000 Subject: [PATCH] make SplitVolumesIntoTetra() dump as a method of Mesh --- src/SMESH_I/SMESH_2smeshpy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index a2f526ddb..88e7ba182 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -1930,7 +1930,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand) "GetLastCreatedElems", "MirrorMakeMesh","MirrorObjectMakeMesh","TranslateMakeMesh", "TranslateObjectMakeMesh","RotateMakeMesh","RotateObjectMakeMesh","MakeBoundaryMesh", - "MakeBoundaryElements" + "MakeBoundaryElements", "SplitVolumesIntoTetra" ,"" }; // <- mark of the end sameMethods.Insert( names ); } -- 2.39.2