vtkUnstructuredGrid* anOutput = NULL;
try{
anOutput = GetTimeStampOnProfile(aMesh,
- aMeshOnEntity,
+ aVTKMeshOnEntity,
aField,
aValForTime,
anUnstructuredGridIDMapper,
aValForTime->myProfile,
- aVTKMeshOnEntity->myEntity);
+ aMeshOnEntity->myEntity);
}catch(std::exception& exc){
MSG(MYDEBUG,"Follow exception was occured :\n"<<exc.what());
anOutput = GetTimeStampOnProfile(aMesh,
- aVTKMeshOnEntity,
+ aMeshOnEntity,
aField,
aValForTime,
anUnstructuredGridIDMapper,
aValForTime->myProfile,
- aMeshOnEntity->myEntity);
+ aVTKMeshOnEntity->myEntity);
}
anUnstructuredGridIDMapper->CopyStructure( aMesh );