Skip to content
Snippets Groups Projects
Commit cd018f5b authored by Loïc Gaillard's avatar Loïc Gaillard
Browse files

feat(XMLHTGReader): add field data support.

parent 78825dc3
No related branches found
No related tags found
No related merge requests found
......@@ -416,6 +416,9 @@ void vtkXMLHyperTreeGridReader::ReadXMLData()
this->ReadTrees_2(ePrimary);
}
}
this->ReadFieldData();
this->IdsSelected.clear();
this->FixedHTs = false;
}
......
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