Skip to content

Fix support for quads in CDI reader

Florian Ziemen requested to merge florian.ziemen/paraview:quad-fix into master

The reader was written for triangles and quads, but only used for triangles. This fix prevents a paraview crash when reading a grid with quads.

The floor function can be omitted, as this is integer division.

Merge request reports