forked from pool/paraview
13 lines
548 B
Diff
13 lines
548 B
Diff
|
Index: ParaView-3.98.0-src/ParaViewCore/VTKExtensions/Rendering/vtkOrderedCompositeDistributor.cxx
|
||
|
===================================================================
|
||
|
--- ParaView-3.98.0-src.orig/ParaViewCore/VTKExtensions/Rendering/vtkOrderedCompositeDistributor.cxx
|
||
|
+++ ParaView-3.98.0-src/ParaViewCore/VTKExtensions/Rendering/vtkOrderedCompositeDistributor.cxx
|
||
|
@@ -222,6 +222,7 @@ int vtkOrderedCompositeDistributor::Requ
|
||
|
output->ShallowCopy(input);
|
||
|
return 1;
|
||
|
}
|
||
|
+ return 0;
|
||
|
#ifdef PARAVIEW_USE_MPI
|
||
|
if (!this->PKdTree)
|
||
|
{
|