]> SALOME platform Git repositories - plugins/gmshplugin.git/blobdiff - src/GMSHPlugin/GMSHPlugin_Mesher.hxx
Salome HOME
bos #30292 [CEA 30288] changing GMSH hypothesis creates holes
[plugins/gmshplugin.git] / src / GMSHPlugin / GMSHPlugin_Mesher.hxx
index a291d621f195df2d2fd1c59e2fd39ef6c623803d..395960778311731c95e3dfbbb8afc6646f8965f2 100644 (file)
@@ -100,11 +100,9 @@ class GMSHPLUGIN_EXPORT GMSHPlugin_Mesher
 
   std::set<std::string> _compounds;
 
-  int                                               _nodeNumShift;
   std::map< const MVertex *, const SMDS_MeshNode* > _nodeMap;
 
-  smIdType NodeID( const MVertex* v, bool checkMap = false );
-  const SMDS_MeshNode* Node( const MVertex* v, bool checkMap = false );
+  const SMDS_MeshNode* Node( const MVertex* v );
   SMESHDS_SubMesh* HasSubMesh( const TopoDS_Shape& s );
 
   void SetGmshOptions();