X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_HexaFromSkin_3D.hxx;h=c3a08c080e179802955dd4a3c0f3fe9297fa529e;hb=0a237be4b91b6db526b340c534f40a385d6d65ab;hp=21ea206243adb2541e646bedc8fb8270bdfe7aac;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_HexaFromSkin_3D.hxx b/src/StdMeshers/StdMeshers_HexaFromSkin_3D.hxx index 21ea20624..c3a08c080 100644 --- a/src/StdMeshers/StdMeshers_HexaFromSkin_3D.hxx +++ b/src/StdMeshers/StdMeshers_HexaFromSkin_3D.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -28,13 +28,13 @@ #include "SMESH_Algo.hxx" /*! - * \brief Alorithm generating hexahedral mesh from 2D skin of block + * \brief Algorithm generating hexahedral mesh from 2D skin of block */ class STDMESHERS_EXPORT StdMeshers_HexaFromSkin_3D : public SMESH_3D_Algo { public: - StdMeshers_HexaFromSkin_3D(int hypId, int studyId, SMESH_Gen* gen); + StdMeshers_HexaFromSkin_3D(int hypId, SMESH_Gen* gen); virtual ~StdMeshers_HexaFromSkin_3D(); virtual bool Compute(SMESH_Mesh & aMesh, SMESH_MesherHelper* aHelper);