Skip to content

Change vtk cell connectivity and cell offsets to int32

Christoph Schwarzmeier requested to merge vtk_Int32 into master

As pointed out by @kuron, ParaView 5.8.0 throws an error when the vtk cell connectivity and cell offsets are written out as unsigned integers (uint32). This issue is already known to the ParaView developers.

This merge requests changes the above mentioned types to signed integers (int32).

Merge request reports