]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Correction of bug in MEDFileEquivalence::isEqual
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 3 Dec 2015 16:07:41 +0000 (17:07 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 3 Dec 2015 16:07:41 +0000 (17:07 +0100)
src/MEDLoader/MEDFileEquivalence.cxx

index 5f9ff6de4fb168bb089d267b595cd6d47bfa4ee5..72132b7f28d0629d4ae0b23bcafc29bee25ecc25 100644 (file)
@@ -340,6 +340,7 @@ bool MEDFileEquivalences::isEqual(const MEDFileEquivalences *other, std::string&
           return false;
         }
     }
+  return true;
 }
 
 void MEDFileEquivalences::getRepr(std::ostream& oss) const