Skip to content

vtkPIOReader: fix default array variable names

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:pio-fixes into master

vtkPIOReader was not using the right API to get the names for default variables. Fixed that. Also updated test to confirm that the defaults are enabled as expected.

Merge request reports