From 9fb958f5531d6b4cca14e3b89d0f56d5bbb91f8d Mon Sep 17 00:00:00 2001 From: Jose Prous Date: Sat, 16 Jul 2016 20:10:04 -0400 Subject: [PATCH] fix some compilation errors --- src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp b/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp index 6f35ed6b4..238d97b57 100644 --- a/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp +++ b/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp @@ -2152,7 +2152,7 @@ namespace MED med_int myNbComp = MEDfieldnComponentByName(anId,&aFieldName); char *cname=new char[myNbComp*MED_SNAME_SIZE+1]; char *unitname=new char[myNbComp*MED_SNAME_SIZE+1]; - TInt aNbStamps; + med_int aNbStamps; MEDfieldInfoByName(anId, &aFieldName, aMeshName, @@ -2266,7 +2266,7 @@ namespace MED med_int aNbComp = MEDfieldnComponentByName(myFile->Id(), &aFieldName); char *aCompName = new char[aNbComp*MED_SNAME_SIZE+1]; char *aCompUnit = new char[aNbComp*MED_SNAME_SIZE+1]; - TInt aNbStamps; + med_int aNbStamps; MEDfieldInfoByName(myFile->Id(), &aFieldName, &aMeshName,