X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_Grid.cxx;h=7f9fff3d5e43f96d627c197b85dd63668d92ae49;hp=de8c49e34950c0487207f6eab7d3cfa4b0e1bfa6;hb=bc4929c5bc2faf636c99d1bcd642ed2a92d8978e;hpb=3973ceea250d2a077cdb5a798eb7c6151fa9c568 diff --git a/src/OBJECT/SMESH_Grid.cxx b/src/OBJECT/SMESH_Grid.cxx index de8c49e34..7f9fff3d5 100644 --- a/src/OBJECT/SMESH_Grid.cxx +++ b/src/OBJECT/SMESH_Grid.cxx @@ -1,8 +1,31 @@ -using namespace std; -// File: SMESH_Grid.cxx -// Created: Fri Sep 27 15:47:42 2002 -// Author: Nicolas REJNERI +// SMESH OBJECT : interactive object for SMESH visualization +// +// 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 : SMESH_Grid.cxx +// Author : Nicolas REJNERI +// Module : SMESH +using namespace std; #include "SMESH_Grid.h" #include "utilities.h"