From 4ebc2ac980643a65c015f16321bddb6267f8b100 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 16 Feb 2011 10:18:08 +0000 Subject: [PATCH] untabify --- src/SMESH_I/SMESH_2smeshpy.cxx | 2 +- src/SMESH_I/SMESH_MeshEditor_i.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index f08fa9c87..4a42fdfd2 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -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)); diff --git a/src/SMESH_I/SMESH_MeshEditor_i.cxx b/src/SMESH_I/SMESH_MeshEditor_i.cxx index 608b95e90..9723c64dd 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.cxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.cxx @@ -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; -- 2.39.2