Salome HOME
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_NETGEN_2D3D.hxx
index 9d086adee796d19865b1c34c74e85375746fd7b8..7000e9d3703e6176154ea37b9d22b66a7791e029 100644 (file)
@@ -36,7 +36,7 @@
 #include "StdMeshers_MaxElementVolume.hxx"
 #include "Utils_SALOME_Exception.hxx"
 
-class NETGENPlugin_Hypothesis;
+//class NETGENPlugin_Hypothesis;
 
 class NETGENPLUGIN_EXPORT NETGENPlugin_NETGEN_2D3D: public SMESH_3D_Algo
 {
@@ -52,7 +52,7 @@ public:
                       const TopoDS_Shape& aShape);
 
 protected:
-  const NETGENPlugin_Hypothesis* _hypothesis;
+  const SMESHDS_Hypothesis* _hypothesis;
 };
 
 #endif