Salome HOME
Copyright update 2022
[modules/med.git] / src / MEDCalculator / MEDCalculatorBrowserLiteStruct.hxx
index a72f08a5d8d14b6f61d1db971774a49c035686a5..76b116154f140fb3d3e8471af847f5088f36c8d7 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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.
+// 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
 //  This class correspond to a MED File
 //  It contains fields and meshes from a file
 //  It also has methods for selecting/unselecting meshes, field and components from fields
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class MEDCALCULATOR_EXPORT MEDCalculatorBrowserLiteStruct
   {
   public :
     MEDCalculatorBrowserLiteStruct();
     ~MEDCalculatorBrowserLiteStruct();
-    MEDCalculatorBrowserLiteStruct(const char *);//  Constructor with a complet file name (with path) and simplified file name as parameters
+    MEDCalculatorBrowserLiteStruct(const char *);//  Constructor with a complete file name (with path) and simplified file name as parameters
     bool operator==(const std::string&);//  Equal to string operator, compare simplified name to input
     std::string str();//  Return a std::string corresponding to x/o (selected or not) File filename \n meshes \n fields
     void setSelected(bool);//  Set selection to input bool