]> SALOME platform Git repositories - plugins/hybridplugin.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:37:36 +0000 (20:37 +0300)
committereap <eap@opencascade.com>
Fri, 26 Aug 2016 17:37:36 +0000 (20:37 +0300)
src/HYBRIDPlugin/MG_HYBRID_API.cxx

index 93d769fd4207addb3b6a552969f1831a97185f2b..de009dbeaae75757af5020985da0030ffefe4ab6 100644 (file)
@@ -800,6 +800,8 @@ bool MG_HYBRID_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];
       }