From: apo Date: Thu, 22 Sep 2005 07:38:30 +0000 (+0000) Subject: To improve ShallowCopy of GaussPoints Pipeline X-Git-Tag: BR-D5-38-2003_D2005-12-10~165 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6c848bcb7ce6e831f2943ae076c7a920882c4a41;p=modules%2Fvisu.git To improve ShallowCopy of GaussPoints Pipeline --- diff --git a/src/PIPELINE/VISU_GaussPointsPL.cxx b/src/PIPELINE/VISU_GaussPointsPL.cxx index ba8676c5..57e4f1e3 100644 --- a/src/PIPELINE/VISU_GaussPointsPL.cxx +++ b/src/PIPELINE/VISU_GaussPointsPL.cxx @@ -59,7 +59,7 @@ VISU_GaussPointsPL ::ShallowCopy(VISU_PipeLine *thePipeLine) { SetIDMapper(thePipeLine->GetIDMapper()); - GetMapper()->ShallowCopy(thePipeLine->GetMapper()); + myPSMapper->ShallowCopy(thePipeLine->GetMapper()); Build(); if(VISU_GaussPointsPL *aPipeLine = dynamic_cast(thePipeLine)){