Salome HOME
4th step
[tools/medcoupling.git] / src / MEDLoader / MEDFileEquivalence.cxx
index 5f9ff6de4fb168bb089d267b595cd6d47bfa4ee5..63f1775bc6ce65e9b0729d3d36cd6cf0b917fa20 100644 (file)
@@ -30,7 +30,7 @@ extern INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO];
 extern med_geometry_type typmai3[34];
 extern med_geometry_type typmainoeud[1];
 
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
 
 MEDFileEquivalencePair *MEDFileEquivalencePair::Load(MEDFileEquivalences *father, med_idt fid, const std::string& name, const std::string &desc)
 {
@@ -340,6 +340,7 @@ bool MEDFileEquivalences::isEqual(const MEDFileEquivalences *other, std::string&
           return false;
         }
     }
+  return true;
 }
 
 void MEDFileEquivalences::getRepr(std::ostream& oss) const