From d4bb51f0c4a71ee899d33abc351c2f70dc073d43 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Sat, 21 May 2016 23:20:39 +0200 Subject: [PATCH] last HYDRO tests correction: 76 cppunit tests OK, no failure, no error --- src/HYDROData/HYDROData_LandCoverMap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.39.2