From: Anthony Geay Date: Thu, 10 Feb 2022 10:40:31 +0000 (+0100) Subject: quick fix X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8523edf5b98fba773ef22fe2ffba924f259e707f;p=plugins%2Fblsurfplugin.git quick fix --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index abb3dfb..7096929 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx @@ -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()");