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

index 93d769fd4207addb3b6a552969f1831a97185f2b..80e047396f6feff8a36493d2473f4799a452660c 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";