Skip to content

Fix isocontouring of linear vtkLagrangeHexahedron cells.

David Thompson requested to merge dcthomp/vtk:fix-linear-lagrange-clip into master

The constructor was initializing Order without also allocating CellScalars.

Also, add some more tests to prevent this in the future.

Backport: release

Merge request reports