From 6c848bcb7ce6e831f2943ae076c7a920882c4a41 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 22 Sep 2005 07:38:30 +0000 Subject: [PATCH] To improve ShallowCopy of GaussPoints Pipeline --- src/PIPELINE/VISU_GaussPointsPL.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)){ -- 2.39.2