]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
MEDReader ready -> debug is in progress.
authorageay <ageay>
Mon, 29 Jul 2013 10:13:28 +0000 (10:13 +0000)
committerageay <ageay>
Mon, 29 Jul 2013 10:13:28 +0000 (10:13 +0000)
src/MEDCoupling/MEDCouplingMemArray.cxx

index eb91aa22ce5e1567af0ef80998d72ce7b9dd1da9..395bcb8bbfe8af2f821437a27b07856475cbc62e 100644 (file)
@@ -6245,7 +6245,8 @@ bool DataArrayInt::isFittingWith(const std::vector<bool>& v) const throw(INTERP_
                       throw INTERP_KERNEL::Exception(oss.str().c_str());
                     }
                 }
-              return false;
+              else
+                return false;
             }
           else
             return false;