mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Properly call read_plots_xml
This commit is contained in:
parent
af6b0af1e3
commit
5ac6e87a68
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ void read_plots_xml() {
|
|||
doc.load_file(filename.c_str());
|
||||
|
||||
pugi::xml_node root = doc.document_element();
|
||||
|
||||
read_plots_xml(root);
|
||||
}
|
||||
|
||||
void read_plots_xml(pugi::xml_node root)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue