From: Anthony Geay Date: Thu, 3 Dec 2015 16:07:41 +0000 (+0100) Subject: Correction of bug in MEDFileEquivalence::isEqual X-Git-Tag: simple_cmake~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ae91974c11b13dd7e65937ede11b04df999aa87e;p=tools%2Fmedcoupling.git Correction of bug in MEDFileEquivalence::isEqual --- diff --git a/src/MEDLoader/MEDFileEquivalence.cxx b/src/MEDLoader/MEDFileEquivalence.cxx index 5f9ff6de4..72132b7f2 100644 --- a/src/MEDLoader/MEDFileEquivalence.cxx +++ b/src/MEDLoader/MEDFileEquivalence.cxx @@ -340,6 +340,7 @@ bool MEDFileEquivalences::isEqual(const MEDFileEquivalences *other, std::string& return false; } } + return true; } void MEDFileEquivalences::getRepr(std::ostream& oss) const