From cee6902b550b8ccd7a701abf959dfb394310e64d Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 28 Sep 2005 12:42:11 +0000 Subject: [PATCH] Minor changes --- src/PIPELINE/VISU_PipeLine.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PIPELINE/VISU_PipeLine.cxx b/src/PIPELINE/VISU_PipeLine.cxx index 2ab8cd2c..f8984596 100644 --- a/src/PIPELINE/VISU_PipeLine.cxx +++ b/src/PIPELINE/VISU_PipeLine.cxx @@ -117,7 +117,10 @@ VISU_PipeLine Build(); } -void VISU_PipeLine::SameAs(VISU_PipeLine *thePipeLine){ +void +VISU_PipeLine +::SameAs(VISU_PipeLine *thePipeLine) +{ ShallowCopy(thePipeLine); SetImplicitFunction(vtkImplicitBoolean::New()); GetImplicitFunction()->Delete(); -- 2.39.2