From: eap Date: Fri, 26 Aug 2016 17:33:49 +0000 (+0300) Subject: 023324: REGRESSION: SMESH: Failure to mesh a geometry with MG-Tetra algo. X-Git-Tag: V8_1_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9df24448cbeebc0828097c70d64aa2f1a5946816;p=plugins%2Fhexoticplugin.git 023324: REGRESSION: SMESH: Failure to mesh a geometry with MG-Tetra algo. --- diff --git a/src/HexoticPlugin/MG_Hexotic_API.cxx b/src/HexoticPlugin/MG_Hexotic_API.cxx index 989fb5b..314912e 100644 --- a/src/HexoticPlugin/MG_Hexotic_API.cxx +++ b/src/HexoticPlugin/MG_Hexotic_API.cxx @@ -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]; }