]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
untabify
authoreap <eap@opencascade.com>
Wed, 16 Feb 2011 10:18:08 +0000 (10:18 +0000)
committereap <eap@opencascade.com>
Wed, 16 Feb 2011 10:18:08 +0000 (10:18 +0000)
src/SMESH_I/SMESH_2smeshpy.cxx
src/SMESH_I/SMESH_MeshEditor_i.cxx

index f08fa9c879a856611c0c70be4086efa6eb87b2e1..4a42fdfd2bd3cf17f6efe71b489b3cd3539148b1 100644 (file)
@@ -1198,7 +1198,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
   // DoubleNodeGroupsNew() -> DoubleNodeGroups()
   // DoubleNodeElemGroupsNew() -> DoubleNodeElemGroups()
   if ( !isPyMeshMethod && ( method == "DoubleNodeElemGroupNew" || method == "DoubleNodeElemGroupsNew" ||
-                           method == "DoubleNodeGroupNew"     || method == "DoubleNodeGroupsNew"))
+                            method == "DoubleNodeGroupNew"     || method == "DoubleNodeGroupsNew"))
   {
     isPyMeshMethod=true;
     theCommand->SetMethod( method.SubString( 1, method.Length()-3));
index 608b95e909f6bb3b5858462c0a960238233bee07..9723c64dd839e47683dc00989000011b926a0957 100644 (file)
@@ -4910,7 +4910,7 @@ CORBA::Boolean SMESH_MeshEditor_i::DoubleNodeGroups(const SMESH::ListOfGroups& t
 //================================================================================
 
 SMESH::SMESH_Group_ptr SMESH_MeshEditor_i::DoubleNodeGroupsNew( const SMESH::ListOfGroups& theNodes,
-                                                               const SMESH::ListOfGroups& theModifiedElems )
+                                                                const SMESH::ListOfGroups& theModifiedElems )
 {
   SMESH::SMESH_Group_var aNewGroup;