mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
suppress message "Algo supports no multi-parameter hypothesis" with Netgen-1D-2D-3D
This commit is contained in:
parent
fa15bee5e1
commit
5613f2a33c
@ -5281,7 +5281,7 @@ class Mesh_Tetrahedron(Mesh_Algorithm):
|
|||||||
self.params = self.Hypothesis("NETGEN_Parameters", [],
|
self.params = self.Hypothesis("NETGEN_Parameters", [],
|
||||||
"libNETGENEngine.so", UseExisting=0)
|
"libNETGENEngine.so", UseExisting=0)
|
||||||
|
|
||||||
if self.algoType == NETGEN:
|
elif self.algoType == NETGEN:
|
||||||
self.params = self.Hypothesis("NETGEN_Parameters_3D", [],
|
self.params = self.Hypothesis("NETGEN_Parameters_3D", [],
|
||||||
"libNETGENEngine.so", UseExisting=0)
|
"libNETGENEngine.so", UseExisting=0)
|
||||||
|
|
||||||
@ -5293,7 +5293,7 @@ class Mesh_Tetrahedron(Mesh_Algorithm):
|
|||||||
self.params = self.Hypothesis("GHS3DPRL_Parameters", [],
|
self.params = self.Hypothesis("GHS3DPRL_Parameters", [],
|
||||||
"libGHS3DPRLEngine.so", UseExisting=0)
|
"libGHS3DPRLEngine.so", UseExisting=0)
|
||||||
else:
|
else:
|
||||||
print "Algo supports no multi-parameter hypothesis"
|
print "Warning: %s supports no multi-parameter hypothesis"%self.algo.GetName()
|
||||||
|
|
||||||
return self.params
|
return self.params
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user