From: eap Date: Fri, 22 Oct 2010 10:42:12 +0000 (+0000) Subject: 0021040: [CEA 428] Bug of visualization of node field on profile X-Git-Tag: V5_1_5rc1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e8173707364ebf2b16e77d9bdaca4dc86ab2af32;p=modules%2Fvisu.git 0021040: [CEA 428] Bug of visualization of node field on profile in GetTimeStampOnMesh(), first try GetTimeStampOnProfile() with the main entity of a field (aMeshOnEntity) and then with an optional one (aVTKMeshOnEntity) --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index 40dddf27..dea0efa4 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, - aVTKMeshOnEntity, + aMeshOnEntity, aField, aValForTime, anUnstructuredGridIDMapper, aValForTime->myProfile, - aMeshOnEntity->myEntity); + aVTKMeshOnEntity->myEntity); }catch(std::exception& exc){ MSG(MYDEBUG,"Follow exception was occured :\n"<myProfile, - aVTKMeshOnEntity->myEntity); + aMeshOnEntity->myEntity); } anUnstructuredGridIDMapper->CopyStructure( aMesh );