bug in vtkMergeFilter + fix
Will Schroeder
will.schroeder at kitware.com
Tue Apr 25 08:34:34 EDT 2000
I'll fix it right now. Sorry we didn't get it sooner, and thanks.
Will
At 01:51 PM 4/25/00 +0200, alext at win.tue.nl wrote:
> Hi all,
>
> I've already reported a bug in vtkMergeFilter.cxx + a fix for it. However,
> the bug is still preent in the vtk nightly software.
>
> Here's the bug + fix again. Would be nice if someone from the vtk team
> gets it fixed in the code:
>
> In source file graphics/vtkMergeFilter.cxx:
> Method: vtkDataSet *vtkMergeFilter::GetVectors()
>
> return statement should be: return (vtkDataSet *)(this->Inputs[2])
> and not: return (vtkDataSet *)(this->Inputs[3]) as is right now.
>
>
> Alex Telea
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list