mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Python3 porting
fix the pb with creation of StdMeshersBuilder_RadialPrism3D by mesh.Prism()
This commit is contained in:
parent
54d669640d
commit
254c2216c3
@ -5292,7 +5292,7 @@ class algoCreator:
|
||||
if not algoType:
|
||||
algoType = self.defaultAlgoType
|
||||
if not algoType and self.algoTypeToClass:
|
||||
algoType = self.algoTypeToClass.keys()[0]
|
||||
algoType = sorted( self.algoTypeToClass.keys() )[0]
|
||||
if self.algoTypeToClass.has_key( algoType ):
|
||||
#print "Create algo",algoType
|
||||
return self.algoTypeToClass[ algoType ]( self.mesh, shape )
|
||||
|
Loading…
Reference in New Issue
Block a user