fix some compilation errors

This commit is contained in:
Jose Prous 2016-07-16 20:10:04 -04:00 committed by wmayer
parent 4e7f1d305b
commit 9fb958f553

View File

@ -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,