mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 23:40:34 +05:00
Remove reference to NETGEN from AutomaticTetrahedralization(), a default
triangular algorithm is used.
This commit is contained in:
parent
5a2b960dfb
commit
d6600c3aeb
@ -1337,8 +1337,7 @@ class Mesh:
|
||||
self.Triangle().LengthFromEdges()
|
||||
pass
|
||||
if dim > 2 :
|
||||
from NETGENPluginDC import NETGEN
|
||||
self.Tetrahedron(NETGEN)
|
||||
self.Tetrahedron()
|
||||
pass
|
||||
return self.Compute()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user