]> SALOME platform Git repositories - plugins/hexoticplugin.git/commitdiff
Salome HOME
023324: REGRESSION: SMESH: Failure to mesh a geometry with MG-Tetra algo.
authoreap <eap@opencascade.com>
Fri, 26 Aug 2016 17:33:49 +0000 (20:33 +0300)
committereap <eap@opencascade.com>
Fri, 26 Aug 2016 17:33:49 +0000 (20:33 +0300)
src/HexoticPlugin/MG_Hexotic_API.cxx

index 989fb5b12ced972938f20f5e2cfdb772ff3f44d7..314912e3356a5d3ed50e217afd94000b7d0b2443 100644 (file)
@@ -790,6 +790,8 @@ bool MG_Hexotic_API::Compute( const std::string& cmdLine, std::string& errStr )
       value = "";
       while ( i+1 < args.size() && args[i+1][0] != '-' )
       {
+        if ( strncmp( "1>", args[i+1].c_str(), 2 ) == 0 )
+          break;
         if ( !value.empty() ) value += " ";
         value += args[++i];
       }