Salome HOME
23118: EDF 11115 SMESH: Hexahedric mesh produces degenerate elements in quadratic...
[modules/smesh.git] / src / StdMeshers / StdMeshers_CompositeHexa_3D.hxx
index 0a27f88f988e24db24ef740ab84fad6338490c2e..5545f781a7ff9655a4e5f882176ca84cefde6780 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -59,6 +59,7 @@ private:
 
   bool findBoxFaces( const TopoDS_Shape&    shape,
                      list< _QuadFaceGrid >& boxFaceContainer,
+                     SMESH_Mesh&            mesh,
                      _QuadFaceGrid * &      fBottom,
                      _QuadFaceGrid * &      fTop,
                      _QuadFaceGrid * &      fFront,