Salome HOME
IMP23373: [CEA 1170] Optimization of a 3D mesh using MG-Tetra
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / MG_Tetra_API.hxx
index ee4ad304e7af18fe831b3bd3d5a8783b7eb8447e..e5f0db4157e94a5f4a7b305cf9d30f6355f88d44 100644 (file)
@@ -51,6 +51,7 @@ public:
   void GmfSetLin(int iMesh, GmfKwdCod what, int node1, int node2, int domain ); // edge
   void GmfSetLin(int iMesh, GmfKwdCod what, int id ); // required
   void GmfSetLin(int iMesh, GmfKwdCod what, int node1, int node2, int node3, int domain ); // tria
+  void GmfSetLin(int iMesh, GmfKwdCod what, int node1, int node2, int node3, int node4, int domain ); // tetra
 
   bool Compute( const std::string& cmdLine, std::string& errStr );