-
- Downloads
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
Loading
Please register or sign in to comment