From: ageay Date: Mon, 29 Jul 2013 10:13:28 +0000 (+0000) Subject: MEDReader ready -> debug is in progress. X-Git-Tag: B4PolyhIntersect~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=52a8eb5e1f1d691b73b27d1a33680c18d0fadd29;p=modules%2Fmed.git MEDReader ready -> debug is in progress. --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index eb91aa22c..395bcb8bb 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -6245,7 +6245,8 @@ bool DataArrayInt::isFittingWith(const std::vector& v) const throw(INTERP_ throw INTERP_KERNEL::Exception(oss.str().c_str()); } } - return false; + else + return false; } else return false;