Skip to content

Fixed bug introduced recently with field data / time changes.

Berk Geveci requested to merge berkgeveci/vtk:xml-writer-bugfix into master

With recent changes, XML writers now add a TimeValue array to field data of the output file when time is present in the input. This was not fully implemented when writing appended data. This array has to also exist when calling WriteFieldDataAppendedData. Fixed.

Merge request reports