const MED::TGeom2Gauss& aGeom2Gauss = aTimeStampInfo->GetGeom2Gauss();
if(aFieldInfo->GetType() == MED::eFLOAT64)
- BuildTimeStampMinMax<MED::TFloatTimeStampValue>(aTimeStampValue,
+ BuildTimeStampMinMax<MED::TFloatTimeStampValue>(CastToFloatTimeStampValue(aTimeStampValue),
aGeom2Gauss,
aMinMaxArr,
aNbComp,
aNbComp2);
else
- BuildTimeStampMinMax<MED::TIntTimeStampValue>(aTimeStampValue,
+ BuildTimeStampMinMax<MED::TIntTimeStampValue>(CastToIntTimeStampValue(aTimeStampValue),
aGeom2Gauss,
aMinMaxArr,
aNbComp,
endl);
if(aFieldInfo->GetType() == MED::eFLOAT64)
- FillValForTime<MED::TFloatTimeStampValue>(aTimeStampValue,
+ FillValForTime<MED::TFloatTimeStampValue>(CastToFloatTimeStampValue(aTimeStampValue),
aGeom2SubProfile,
theValForTime,
theField);
else
- FillValForTime<MED::TIntTimeStampValue>(aTimeStampValue,
+ FillValForTime<MED::TIntTimeStampValue>(CastToIntTimeStampValue(aTimeStampValue),
aGeom2SubProfile,
theValForTime,
theField);