Salome HOME
4th step
[tools/medcoupling.git] / src / MEDLoader / MEDFileUtilities.hxx
index c8842db0c04dc9ef50b18c2fd209b64732da181f..f5a5ef41494d890b5a8cf5819aae71da176e24fe 100644 (file)
@@ -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
@@ -37,14 +37,14 @@ namespace MEDFileUtilities
   {
   public:
     AutoFid(med_idt fid);
-    operator med_idt() const;
+    operator med_idt() const { return _fid; }
     ~AutoFid();
   private:
     med_idt _fid;
   };
 }
-  
-namespace ParaMEDMEM
+
+namespace MEDCoupling
 {
   class MEDLOADER_EXPORT MEDFileWritable
   {