Salome HOME
Merge from V6_main 01/04/2013
[modules/med.git] / src / MEDOP / gui / XmedDataModel.cxx
index 1b770b03081bf87a83cd3e2a336f4161e2a856f0..c70ed1d979c426988d58b94642cdea68700fa83e 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
+//
+// 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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
 #include "XmedDataModel.hxx"
 #include <Basics_Utils.hxx>
 
@@ -40,9 +59,9 @@ string XmedDataObject::_getTypedFieldLabel() {
   // cells, values on nodes, ...). This spatial discretization is
   // specified by the TypeOfField that is an integer value in this
   // list:
-  // 0 = ON_CELLS      
-  // 1 = ON_NODES      
-  // 2 = ON_GAUSS_PT   
+  // 0 = ON_CELLS
+  // 1 = ON_NODES
+  // 2 = ON_GAUSS_PT
   // 3 = ON_GAUSS_NE
   if ( _fieldHandler.type < 0 || 
        _fieldHandler.type >= XmedDataObject::NB_TYPE_OF_FIELDS ) {