Skip to content
Snippets Groups Projects
Commit 6de0cd58 authored by Andrew Bauer's avatar Andrew Bauer Committed by Kitware Robot
Browse files

Merge topic 'XML_structureddatawriter_fielddata'


47e87f0e Fixing issue with writing structured XML field data

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: Cory Quammen's avatarCory Quammen <cory.quammen@kitware.com>
Merge-request: !4322
parents b47b1a02 47e87f0e
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ int vtkXMLStructuredDataWriter::ProcessRequest(
this->UpdateFieldData(fieldDataCopy);
// Write the field data arrays.
this->WriteFieldDataAppendedData(this->GetInput()->GetFieldData(),
this->WriteFieldDataAppendedData(fieldDataCopy,
this->CurrentTimeIndex, this->FieldDataOM);
if (this->ErrorCode == vtkErrorCode::OutOfDiskSpaceError)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment