]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Fri, 26 Aug 2016 16:49:43 +0000 (19:49 +0300)
committervsr <vsr@opencascade.com>
Mon, 29 Aug 2016 09:14:58 +0000 (12:14 +0300)
src/HYBRIDPlugin/MG_HYBRID_API.cxx

index de009dbeaae75757af5020985da0030ffefe4ab6..f32793dd5e04584b45c7cf115fb8bafbff27c93b 100644 (file)
@@ -677,6 +677,7 @@ bool MG_HYBRID_API::LibData::Compute()
   status_t ret = hybrid_set_surface_mesh( _session, _surf_mesh );
   if ( ret != STATUS_OK ) MG_Error( "unable to set surface mesh");
 
+#ifndef WIN32
   // Set a sizemap
   if ( !_nodeSize.empty() )
   {
@@ -687,6 +688,7 @@ bool MG_HYBRID_API::LibData::Compute()
     ret = hybrid_set_sizemap( _session, _sizemap );
     if ( ret != STATUS_OK ) MG_Error( "unable to set sizemap");
   }
+#endif
 
   //////////////////////////////////////////////////////////////////////////////////////////
   // const char* file  =  "/tmp/ghs3d_IN.mesh";