]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
#17819 [CEA] MeshGems 2.9-6 BLURFPLUGIN advanced properties
authoreap <eap@opencascade.com>
Tue, 15 Oct 2019 15:46:11 +0000 (18:46 +0300)
committereap <eap@opencascade.com>
Tue, 15 Oct 2019 15:46:11 +0000 (18:46 +0300)
  Fix missing "allow_patch_independent"

src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx

index 96554876d080be21e7fffe5d2953c9e90415f786..a13ce8e92d4835f66d7a72bb93b974f1c8168271 100644 (file)
@@ -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 );