Salome HOME
bos #26436 [CEA] CopyMesh and mg-hexa
[plugins/hexoticplugin.git] / src / HexoticPlugin / MG_Hexotic_API.cxx
index 5f88f1ce28c2ae3207bc6cbf24480c8051c3d1d9..155f9dba3c5eb20bed06a85d4ac5f8d36802f53d 100644 (file)
@@ -1268,9 +1268,6 @@ void MG_Hexotic_API::GmfSetLin(int iMesh, GmfKwdCod what, int node1, int node2,
 
 void MG_Hexotic_API::GmfCloseMesh( int iMesh )
 {
-  if ( iMesh == 1 )
-    _isMesh = false;
-
   if ( _useLib ) {
 #ifdef USE_MG_LIBS
     return;