From b4471c28cbbd7a0ec99f321b00174e786ba6b166 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 15 Oct 2019 18:46:11 +0300 Subject: [PATCH] #17819 [CEA] MeshGems 2.9-6 BLURFPLUGIN advanced properties Fix missing "allow_patch_independent" --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2