Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/med.git] / src / MEDMEM / MEDMEM_ArrayConvert.hxx
index 891fe50b771d005a7e67fd549c1ed833f1be2142..864faa94465b30056428d23f9f0aeeab824bf476 100644 (file)
@@ -1,21 +1,24 @@
-// Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
-//           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
-// 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
-// 
+//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+//  Copyright (C) 2003-2007  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 #ifndef MEDMEM_ARRAY_CONVERT_HXX
 #define MEDMEM_ARRAY_CONVERT_HXX
 
@@ -53,7 +56,7 @@ ArrayConvert(
 
   return myArray;
 
-};
+}
 
 template  <class T, class CHECKING_POLICY>
 MEDMEM_Array<T, NoInterlaceGaussPolicy, CHECKING_POLICY> *
@@ -87,7 +90,7 @@ ArrayConvert(
 
   return myArray;
 
-};
+}
 
 template  <class T, class CHECKING_POLICY>
 MEDMEM_Array<T, FullInterlaceGaussPolicy, CHECKING_POLICY> *
@@ -155,7 +158,7 @@ ArrayConvert2No(
   
   return myArray;
 
-};
+}
 
 template  <class T, class CHECKING_POLICY>
 MEDMEM_Array<T, NoInterlaceNoGaussPolicy, CHECKING_POLICY> *
@@ -181,7 +184,7 @@ ArrayConvert(
 
   return myArray;
 
-};
+}
 
 template  <class T, class CHECKING_POLICY>
 MEDMEM_Array<T, FullInterlaceNoGaussPolicy, CHECKING_POLICY> *
@@ -233,7 +236,7 @@ ArrayConvert2No(
   
   return myArray;
 
-};
+}
 
 template  <class T, class CHECKING_POLICY>
 MEDMEM_Array<T, FullInterlaceNoGaussPolicy, CHECKING_POLICY> *
@@ -259,7 +262,7 @@ ArrayConvert(
 
   return myArray;
 
-};
+}