From a1d029b75499a720b0dbda8d3fe3addb1c44f4e8 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 22 Jul 2008 05:27:30 +0000 Subject: [PATCH] Fix for issue 0019932: EDF 789 VISU : Scalarmap on Deformed Shape not Ok in animation (from DEPL clicking) --- src/VISU_I/VISU_ColoredPrs3dCache_i.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_ColoredPrs3dCache_i.cc b/src/VISU_I/VISU_ColoredPrs3dCache_i.cc index 43225594..721e13f6 100644 --- a/src/VISU_I/VISU_ColoredPrs3dCache_i.cc +++ b/src/VISU_I/VISU_ColoredPrs3dCache_i.cc @@ -660,7 +660,7 @@ VISU::ColoredPrs3dCache_i if ( dShape && dShape->GetScalarTimeStampNumber() != theInput.myTimeStampNumber ) { dShape->SetScalarField( dShape->GetScalarEntity(), - dShape->GetFieldName(), theInput.myTimeStampNumber ); + dShape->GetScalarFieldName(), theInput.myTimeStampNumber ); } if(CORBA::is_nil(theView3D)) -- 2.39.2