mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 08:10:33 +05:00
regression in bugs/F8
fix indentation in QuadrangleParameters()
This commit is contained in:
parent
935bd5d42d
commit
0e0ecdd7e5
@ -4733,8 +4733,8 @@ class Mesh_Quadrangle(Mesh_Algorithm):
|
|||||||
vertexID = self.mesh.geompyD.GetSubShapeID( self.mesh.geom, triangleVertex )
|
vertexID = self.mesh.geompyD.GetSubShapeID( self.mesh.geom, triangleVertex )
|
||||||
if not self.params:
|
if not self.params:
|
||||||
compFun = lambda hyp,args: \
|
compFun = lambda hyp,args: \
|
||||||
hyp.GetQuadType() == args[0] and \
|
hyp.GetQuadType() == args[0] and \
|
||||||
( hyp.GetTriaVertex()==args[1] or ( hyp.GetTriaVertex()<1 and args[1]<1))
|
( hyp.GetTriaVertex()==args[1] or ( hyp.GetTriaVertex()<1 and args[1]<1))
|
||||||
self.params = self.Hypothesis("QuadrangleParams", [quadType,vertexID],
|
self.params = self.Hypothesis("QuadrangleParams", [quadType,vertexID],
|
||||||
UseExisting = UseExisting, CompareMethod=compFun)
|
UseExisting = UseExisting, CompareMethod=compFun)
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user