Fix tag for signed integers in vtu outputs
Compare changes
+ 1
− 1
@@ -222,7 +222,7 @@ struct VTKWriter::VTKType
@@ -222,7 +222,7 @@ struct VTKWriter::VTKType
All integer values were marked as unsigned. Was not noticed since output data were probably too small (<2^31)