From: pkv Date: Mon, 29 Aug 2005 12:24:04 +0000 (+0000) Subject: adds IDs mapping X-Git-Tag: BR-D5-38-2003_D2005-12-09~82 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bc05032f137b8203d469fcffd1ec8f383cee4a2c;p=modules%2Fvisu.git adds IDs mapping --- diff --git a/src/VISU_I/VISU_ScalarMap_i.cc b/src/VISU_I/VISU_ScalarMap_i.cc index ebd818ed..0bc6cd2a 100644 --- a/src/VISU_I/VISU_ScalarMap_i.cc +++ b/src/VISU_I/VISU_ScalarMap_i.cc @@ -467,6 +467,9 @@ void VISU::ScalarMap_i::DoSetInput(Result_i* theResult){ if(anOutput == NULL) throw std::runtime_error("There is no TimeStamp with the parameters !!!"); myScalarMapPL->SetInput(anOutput); + //pkv f + myScalarMapPL->SetProfile(theResult->GetInput()->GetProfile(myMeshName,myEntity,myFieldName,myIteration)); + //pkv t myScalarMapPL->Build(); }