From: eap Date: Mon, 25 Oct 2010 12:19:19 +0000 (+0000) Subject: regression in bugs/F8 X-Git-Tag: V5_1_5rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e0ecdd7e5f8941c6052ed4d7f604b67fd105bd4;p=modules%2Fsmesh.git regression in bugs/F8 fix indentation in QuadrangleParameters() --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 53e33cb1d..94f0069a0 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -4733,8 +4733,8 @@ class Mesh_Quadrangle(Mesh_Algorithm): vertexID = self.mesh.geompyD.GetSubShapeID( self.mesh.geom, triangleVertex ) if not self.params: compFun = lambda hyp,args: \ - hyp.GetQuadType() == args[0] and \ - ( hyp.GetTriaVertex()==args[1] or ( hyp.GetTriaVertex()<1 and args[1]<1)) + hyp.GetQuadType() == args[0] and \ + ( hyp.GetTriaVertex()==args[1] or ( hyp.GetTriaVertex()<1 and args[1]<1)) self.params = self.Hypothesis("QuadrangleParams", [quadType,vertexID], UseExisting = UseExisting, CompareMethod=compFun) pass