Salome HOME
removing the call to the tetrahedron generator NETGEN, because I did not yet
authornadir <nadir>
Tue, 6 Jan 2004 15:19:21 +0000 (15:19 +0000)
committernadir <nadir>
Tue, 6 Jan 2004 15:19:21 +0000 (15:19 +0000)
manage to make NETGEN running on the flight geometry.

src/SMESH_SWIG/SMESH_flight_skin.py

index d815bbf36752f1c7f47205ecf6eaa0abd6e145c4..b352355b8b37de1d4e2548964be2d52927084c84 100644 (file)
@@ -98,13 +98,6 @@ mefisto2D = hypothesis._narrow(SMESH.SMESH_MEFISTO_2D)
 mefistoID = smeshgui.AddNewAlgorithms( salome.orb.object_to_string(mefisto2D) )
 smeshgui.SetName(mefistoID, "MEFISTO_2D")
 
-print "-------------------------- NETGEN_3D"
-
-hypothesis=gen.CreateHypothesis("NETGEN_3D")
-netgen3D = hypothesis._narrow(SMESH.SMESH_NETGEN_3D)
-netgenID = smeshgui.AddNewAlgorithms( salome.orb.object_to_string(netgen3D) )
-smeshgui.SetName(netgenID, "NETGEN_3D")
-
 # ---- init a Mesh with the shell
 
 mesh=gen.Init(idShape)