]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
last HYDRO tests correction: 76 cppunit tests OK, no failure, no error
authorPaul RASCLE <paul.rascle@edf.fr>
Sat, 21 May 2016 21:20:39 +0000 (23:20 +0200)
committerPaul RASCLE <paul.rascle@edf.fr>
Sat, 21 May 2016 21:20:39 +0000 (23:20 +0200)
src/HYDROData/HYDROData_LandCoverMap.cxx

index 2a5904b19dc77daef961ee883ca9de6662887149..a701eb42a9d124140952837265b12ee4ada5425a 100644 (file)
@@ -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())
     {