From: eap Date: Mon, 25 Oct 2010 15:02:19 +0000 (+0000) Subject: 0021040: [CEA 428] Bug of visualization of node field on profile X-Git-Tag: V5_1_5rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6ad6db6c0569ba203f749728d076ade5bc4dadc2;p=modules%2Fvisu.git 0021040: [CEA 428] Bug of visualization of node field on profile roll back the previous modif --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index dea0efa4..40dddf27 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -940,21 +940,21 @@ VISU_Convertor_impl 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"<myProfile, - aMeshOnEntity->myEntity); + aVTKMeshOnEntity->myEntity); } anUnstructuredGridIDMapper->CopyStructure( aMesh );