From: ageay Date: Mon, 29 Jul 2013 10:13:28 +0000 (+0000) Subject: MEDReader ready -> debug is in progress. X-Git-Tag: V7_3_1b1~267 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=76be7c5aa1572fb183804f925bc5e7b9cc143b75;p=tools%2Fmedcoupling.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;