Salome HOME
Correct some memory leaks
[modules/smesh.git] / src / SMESH / SMESH_Hexa_3D.hxx
index 7e2594a29d8a2757cc28f7c9044dede64978c194..0aa874c7a4cd696918c70217265269a43b175466 100644 (file)
@@ -36,7 +36,7 @@
 
 typedef struct point3Dstruct
 {
-  int nodeId;
+       const SMDS_MeshNode * node;
 } Point3DStruct;
 
 typedef double Pt3[3];
@@ -123,7 +123,7 @@ protected:
                int i, int j, int k,
                int nbx, int nby, int nbz,
                Point3DStruct *np,
-               const Handle(SMESHDS_Mesh)& meshDS);
+               const SMESHDS_Mesh* meshDS);
 
   CubeStruct _cube;
   FaceQuadStruct* _quads[6];