From eb07706709b91dea3ec2d10ba9fb8e13c950a27b Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 27 Apr 2007 15:54:16 +0000 Subject: [PATCH] Fix problems with PrsMerger functionality --- src/CONVERTOR/VISU_AppendFilterUtilities.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CONVERTOR/VISU_AppendFilterUtilities.cxx b/src/CONVERTOR/VISU_AppendFilterUtilities.cxx index c7a7d13e..b739788e 100644 --- a/src/CONVERTOR/VISU_AppendFilterUtilities.cxx +++ b/src/CONVERTOR/VISU_AppendFilterUtilities.cxx @@ -259,6 +259,8 @@ namespace anOutputCellData->AddArray(aDataArray); aDataArray->Delete(); } + + return true; }else{ TCellCounter aFunctor(anNbInputs); ForEachInput(theInputVector, anNbInputs, aFunctor); -- 2.39.2