From: apo Date: Fri, 27 Apr 2007 15:54:16 +0000 (+0000) Subject: Fix problems with PrsMerger functionality X-Git-Tag: mergeto_BR_Dev_For_4_0_21May07~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eb07706709b91dea3ec2d10ba9fb8e13c950a27b;p=modules%2Fvisu.git Fix problems with PrsMerger functionality --- 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);