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