Skip to content
Snippets Groups Projects
Commit ba45df80 authored by Bill Lorensen's avatar Bill Lorensen
Browse files

BUG: Remove broken vtkSESAMEReader

vtkSESAMEReader is not tested in VTK. Furthermore there is no data in
VTK to test it. There is data in the paraview data git repo. A small
test program that reads the paraview file fails with this error:

ERROR: VTK/Common/ExecutionModel/vtkExecutive.cxx,
line 754
vtkCompositeDataPipeline (0x7fc312002af0): Algorithm
vtkSESAMEReader(0x7fc3120022a0) returned failure for request:
vtkInformation (0x7fc31060da20)
  Debug: Off
  Modified Time: 1244
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_DATA
  ALGORITHM_AFTER_FORWARD: 1
  FORWARD_DIRECTION: 0
  FROM_OUTPUT_PORT: 0

There is vtkPrismSESAMEReader in the paraview repo that does work.

Rather than duplicate the working code in paraview, this patch remove
the untested, non-working vtkSESAMEReader from VTK/IO/Geometry.

Change-Id: I194824b28c951b2d85f26ee85d8004fda44f19d8
parent 0ae9a6d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment