From: eap Date: Tue, 15 Oct 2019 15:46:11 +0000 (+0300) Subject: #17819 [CEA] MeshGems 2.9-6 BLURFPLUGIN advanced properties X-Git-Tag: V9_4_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b4471c28cbbd7a0ec99f321b00174e786ba6b166;p=plugins%2Fblsurfplugin.git #17819 [CEA] MeshGems 2.9-6 BLURFPLUGIN advanced properties Fix missing "allow_patch_independent" --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx index 9655487..a13ce8e 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx @@ -232,7 +232,7 @@ BLSURFPlugin_Hypothesis::BLSURFPlugin_Hypothesis(int hypId, SMESH_Gen * gen, boo _defaultOptionValues["compute_ridges" ] = "yes"; } - if ( strcmp( MESHGEMS_VERSION_LONG, "2.9.6" ) < 0 ) + if ( strcmp( MESHGEMS_VERSION_LONG, "2.9-6" ) < 0 ) { std::string missingOption = "allow_patch_independent"; _defaultOptionValues.erase( missingOption );