Skip to content

fix a crash when compiled against Debug build of VTK

Burlen Loring requested to merge fix_ghost_cell_name into develop

If you set an array named vtkGhostType it is cahced in vtkDataSet. Any chnages like removing this array or renaming it require that cached value to be updated otherwise an assert will crash.

Merge request reports