-
- Downloads
vtkDIYGhostUtilities: crash fix for empty ug
The filter was crashing when input vtkUnstructuredGrid returned `nullptr` when calling `GetCells`. This pointer is now checked before use. Adresses paraview/paraview#20860
Showing
- Filters/ParallelDIY2/Testing/Cxx/TestGhostCellsGenerator.cxx 13 additions, 0 deletionsFilters/ParallelDIY2/Testing/Cxx/TestGhostCellsGenerator.cxx
- Parallel/DIY/vtkDIYGhostUtilities.cxx 19 additions, 5 deletionsParallel/DIY/vtkDIYGhostUtilities.cxx
- Parallel/DIY/vtkDIYGhostUtilities.h 3 additions, 3 deletionsParallel/DIY/vtkDIYGhostUtilities.h
Loading
Please register or sign in to comment