Salome HOME
Introduced check functions in MEDFileUMesh:
[tools/medcoupling.git] / src / MEDLoader / SauvUtilities.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 6bb27e8..d60ade3
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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
@@ -90,7 +90,7 @@ namespace SauvUtilities
   /*!
    * \brief Base class for ASCII and XDR file readers
    */
-  class FileReader : public ParaMEDMEM::RefCountObject
+  class FileReader : public MEDCoupling::RefCountObject
   {
   public:
     FileReader(const char* fileName);