Salome HOME
updated copyright message
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / MG_Tetra_API.hxx
index e5f0db4157e94a5f4a7b305cf9d30f6355f88d44..170cd15ab4c09f90f83bc3952da9eb714a9ffdca 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2004-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -82,6 +82,13 @@ private:
   LibData*      _libData;
   std::set<int> _openFiles;
   std::string   _logFile;
+
+  // count mesh entities for MG license key generation
+  int           _nbNodes;
+  int           _nbEdges;
+  int           _nbFaces;
+  int           _nbVolumes;
+
 };
 
 #endif