X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGHS3DPlugin%2FMG_Tetra_API.hxx;h=e5f0db4157e94a5f4a7b305cf9d30f6355f88d44;hb=f264dfaecc1f66c2f4a300fe007b818a92a475f8;hp=ee4ad304e7af18fe831b3bd3d5a8783b7eb8447e;hpb=8ccc322e8d55d7856f73af18959cd58ff2ca82f4;p=plugins%2Fghs3dplugin.git diff --git a/src/GHS3DPlugin/MG_Tetra_API.hxx b/src/GHS3DPlugin/MG_Tetra_API.hxx index ee4ad30..e5f0db4 100644 --- a/src/GHS3DPlugin/MG_Tetra_API.hxx +++ b/src/GHS3DPlugin/MG_Tetra_API.hxx @@ -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 );