Salome HOME
regression in bugs/F8
authoreap <eap@opencascade.com>
Mon, 25 Oct 2010 12:19:19 +0000 (12:19 +0000)
committereap <eap@opencascade.com>
Mon, 25 Oct 2010 12:19:19 +0000 (12:19 +0000)
  fix indentation in QuadrangleParameters()

src/SMESH_SWIG/smeshDC.py

index 53e33cb1d0016d6cb835f5a551782d8922e58d84..94f0069a05835a6f330cc2769c70355b0f49ab0c 100644 (file)
@@ -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