]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To improve ShallowCopy of GaussPoints Pipeline
authorapo <apo@opencascade.com>
Thu, 22 Sep 2005 07:38:30 +0000 (07:38 +0000)
committerapo <apo@opencascade.com>
Thu, 22 Sep 2005 07:38:30 +0000 (07:38 +0000)
src/PIPELINE/VISU_GaussPointsPL.cxx

index ba8676c54f1b704033f0e45d54657e6483bb1078..57e4f1e3167dfc8a09da07e4a390188ed8883a51 100644 (file)
@@ -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<VISU_GaussPointsPL*>(thePipeLine)){