X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshPrism.cxx;h=fb384f6681f3890a125c5d0a48eab9bec4219a50;hb=51569f091c2d18be76ea9bd3e68ca0247cc731c3;hp=94568ca019e11c101e13b01252279ffb6ff64148;hpb=8b4ba0cdff7660465a9ea7b26ef0df0757afed97;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_MeshPrism.cxx b/src/SMDS/SMDS_MeshPrism.cxx index 94568ca01..fb384f668 100644 --- a/src/SMDS/SMDS_MeshPrism.cxx +++ b/src/SMDS/SMDS_MeshPrism.cxx @@ -1,10 +1,31 @@ -using namespace std; -// File: SMDS_MeshPrism.cxx -// Created: Wed Jan 23 17:02:34 2002 -// Author: Jean-Michel BOULCOURT -// - +// SMESH SMDS : implementaion of Salome mesh data structure +// +// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// 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. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// +// +// +// File : SMDS_MeshPrism.cxx +// Author : Jean-Michel BOULCOURT +// Module : SMESH +using namespace std; #include "SMDS_MeshPrism.ixx" #include "Standard_ConstructionError.hxx"