Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCalculator / MEDCalculatorBrowserMesh.cxx
index e7a5f573dc49ae005d311544c01922959706d2b3..4f341e82381aa86eb5cc8aa7cba5e6d7b2edf672 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2024  CEA, EDF
 //
 // 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
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 #include "MEDCalculatorBrowserMesh.hxx"
 
 #include <sstream>
 
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
 
 //  Default constructor
 MEDCalculatorBrowserMesh::MEDCalculatorBrowserMesh() : _selection(false)
@@ -74,7 +75,7 @@ const std::string& MEDCalculatorBrowserMesh::getName() const
   return _name;
 }
 
-//  Return if the mesh name is equal to input or not, usefull for std::find for example
+//  Return if the mesh name is equal to input or not, useful for std::find for example
 bool MEDCalculatorBrowserMesh::operator==(const std::string& nm)
 {
   return _name==nm;