From e8173707364ebf2b16e77d9bdaca4dc86ab2af32 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 22 Oct 2010 10:42:12 +0000 Subject: [PATCH] 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) --- src/CONVERTOR/VISU_Convertor_impl.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ); -- 2.39.2