Skip to content
Snippets Groups Projects
Commit cd5c9af0 authored by Andrew Bauer's avatar Andrew Bauer
Browse files

Composite data writers weren't passing down the HeaderType info.

Change-Id: Icbbe361e127a0cd62cdcd2f5321412fb230981f9
parent 3c8d6d9e
No related branches found
No related tags found
No related merge requests found
......@@ -492,6 +492,7 @@ void vtkXMLCompositeDataWriter::CreateWriters(vtkCompositeDataSet* hdInput)
w->SetBlockSize(this->GetBlockSize());
w->SetDataMode(this->GetDataMode());
w->SetEncodeAppendedData(this->GetEncodeAppendedData());
w->SetHeaderType(this->GetHeaderType());
}
// If this is a parallel writer, set the piece information.
......
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