From 8523edf5b98fba773ef22fe2ffba924f259e707f Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 10 Feb 2022 11:40:31 +0100 Subject: [PATCH] quick fix --- src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()"); -- 2.39.2