Salome HOME
021549]: [CEA] meshing problem with samples file BR_siman_phase1 V6_5_BR V6_5_0 V6_5_0b1 V6_5_0b2 V6_5_0b3 V6_5_0p1 V6_5_0rc1 V6_5_0rc2
authoreap <eap@opencascade.com>
Fri, 4 May 2012 10:12:24 +0000 (10:12 +0000)
committereap <eap@opencascade.com>
Fri, 4 May 2012 10:12:24 +0000 (10:12 +0000)
  shorten code a bit

src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index d9b7fd86e4f51da69fcb0de5e62bc6adccb1eeba..7671a4ff670e49d995e441c1df2a5a887a50d169 100644 (file)
@@ -1861,8 +1861,6 @@ bool NETGENPlugin_Mesher::Compute()
     catch (Standard_Failure& ex)
     {
       comment << text(ex);
-      if ( !ngMesh )
-        return false;
     }
     err = 0; //- MESHCONST_ANALYSE isn't so important step
     if ( !ngMesh )