From 43f4ac19a50b4965e92feb8e0b2beecca18074dc Mon Sep 17 00:00:00 2001 From: enk Date: Fri, 7 Dec 2007 08:19:52 +0000 Subject: [PATCH] Fix for IPAL 17888 --- src/CONVERTOR/VISU_Convertor_impl.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index fb2c0db1..5efc19aa 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -902,11 +902,11 @@ VISU_Convertor_impl anOutput = theUnstructuredGridIDMapper->GetUnstructuredGridOutput(); } } - /* - vtkUnstructuredGrid* anOutput = theUnstructuredGridIDMapper->GetUnstructuredGridOutput(); - const VISU::PUnstructuredGrid& aSource = theUnstructuredGridIDMapper->mySource.GetSource(); - VISU::GetTimeStampOnProfile(aSource, theField, theValForTime, theEntity); - */ + if(!isNeedInCells){ + vtkUnstructuredGrid* anOutput = theUnstructuredGridIDMapper->GetUnstructuredGridOutput(); + const VISU::PUnstructuredGrid& aSource = theUnstructuredGridIDMapper->mySource.GetSource(); + VISU::GetTimeStampOnProfile(aSource, theField, theValForTime, theEntity); + } return anOutput; } -- 2.39.2