]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
quick fix edf/mg_transition
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 10 Feb 2022 10:40:31 +0000 (11:40 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 10 Feb 2022 10:40:31 +0000 (11:40 +0100)
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index abb3dfb8d4897f689c9e160faee62a5229b8dab4..7096929958ce7eadd355c7d07bc44ddccd549f26 100644 (file)
@@ -2533,8 +2533,8 @@ bool BLSURFPlugin_BLSURF::compute(SMESH_Mesh&         aMesh,
     // set_param(css, "max_size",             val_to_string( minFaceSize * 5 ).c_str());
   }
   std::string errorTxt;
-  if ( !SMESHUtils_MGLicenseKeyGen::SignCAD( c, errorTxt ))
-    return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
+  //if ( !SMESHUtils_MGLicenseKeyGen::SignCAD( c, errorTxt ))
+  //  return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
 
   // Use the original dcad
   cadsurf_set_dcad(css, dcad);
@@ -3073,8 +3073,8 @@ bool BLSURFPlugin_BLSURF::Compute(SMESH_Mesh & aMesh, SMESH_MesherHelper* aHelpe
   }
 
   std::string errorTxt;
-  if ( !SMESHUtils_MGLicenseKeyGen::SignMesh( msh, errorTxt ))
-    return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
+  //if ( !SMESHUtils_MGLicenseKeyGen::SignMesh( msh, errorTxt ))
+  //  return error( "Problem with library SalomeMeshGemsKeyGenerator: " + errorTxt );
 
   ret = cadsurf_set_mesh(css, msh);
   if ( ret != STATUS_OK ) return error("Pb in cadsurf_set_mesh()");