Salome HOME
Copyright update 2022
[plugins/ghs3dprlplugin.git] / src / tepal2med / ghs3dprl_mesh_wrap.h
old mode 100755 (executable)
new mode 100644 (file)
index 27f3bf2..7847c23
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -98,6 +98,7 @@ public:
       nbtetrastotal,
       nofile,nbfiles,nbfilestot,
       nbelem_limit_swap,
+      nbvert, nbedge, nbtria, nbtetr, // for current idom
       verbose;
    med_err err;
    med_idt fid,fidjoint;
@@ -160,6 +161,7 @@ public:
    bool TestExistingFileMESHnew(const QString FileName);
    bool ReadFileGLO(const QString FileName);
    bool ReadFileGLOBAL(const QString FileName); //mg-tetra v2.1.11
+   bool ReadFileDefaultGLOBAL(long vert, long edge, long tria, long tetr); //as default when multithread as one output 
    bool ReadFileFACES(const QString FileName);
    bool ReadFileMESH(const QString FileName);
    bool ReadFileNOBOITE(const QString FileName);