From f8b5f190503265474d614f913643db1119c513ae Mon Sep 17 00:00:00 2001 From: enk Date: Fri, 18 Feb 2005 07:02:42 +0000 Subject: [PATCH] Corrected intarface methods --- src/MEDWrapper/Base/MED_Wrapper.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/MEDWrapper/Base/MED_Wrapper.hxx b/src/MEDWrapper/Base/MED_Wrapper.hxx index fccf3406f..de1b43175 100644 --- a/src/MEDWrapper/Base/MED_Wrapper.hxx +++ b/src/MEDWrapper/Base/MED_Wrapper.hxx @@ -271,6 +271,7 @@ namespace MED{ EGeometrieElement theTGeom, EConnectivite theTConn, const TIntVector& theConnectivities, + const TIntVector& theIndexes, const TIntVector& theFamilyNums, const TIntVector& theElemNums, const TStringVector& theElemNames = TStringVector()) @@ -345,6 +346,8 @@ namespace MED{ EGeometrieElement theTGeom, EConnectivite theTConn, const TIntVector& theConnectivities, + const TIntVector& theFaces, + const TIntVector& theIndexes, const TIntVector& theFamilyNums, const TIntVector& theElemNums, const TStringVector& theElemNames = TStringVector()) -- 2.39.2