From: Paul RASCLE Date: Sat, 21 May 2016 21:20:39 +0000 (+0200) Subject: last HYDRO tests correction: 76 cppunit tests OK, no failure, no error X-Git-Tag: v1.6~113^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d4bb51f0c4a71ee899d33abc351c2f70dc073d43;p=modules%2Fhydro.git last HYDRO tests correction: 76 cppunit tests OK, no failure, no error --- diff --git a/src/HYDROData/HYDROData_LandCoverMap.cxx b/src/HYDROData/HYDROData_LandCoverMap.cxx index 2a5904b1..a701eb42 100644 --- a/src/HYDROData/HYDROData_LandCoverMap.cxx +++ b/src/HYDROData/HYDROData_LandCoverMap.cxx @@ -972,7 +972,7 @@ void HYDROData_LandCoverMap::StoreLandCovers( const HYDROData_MapOfFaceToStrickl catch (...) { DEBTRACE("TODO: bug to fix. Observed on an incomplete split of a face"); - continue; + //continue; // No, keep aLS empty and propagate the type of the original face } if (aLS.IsEmpty()) {