Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCalculator / MEDCalculatorBrowserMesh.cxx
index 72bc8197fdbf68c8228bc38153996d9f70c57988..4f341e82381aa86eb5cc8aa7cba5e6d7b2edf672 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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
@@ -21,7 +21,7 @@
 
 #include <sstream>
 
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
 
 //  Default constructor
 MEDCalculatorBrowserMesh::MEDCalculatorBrowserMesh() : _selection(false)
@@ -75,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;