retrireve filename and length_multiplier from XML file and call methods similar to filename case for XML constructor

This commit is contained in:
lewisgross1296 2022-07-26 16:39:54 -05:00
parent 045bc34ec4
commit 5161da8031
2 changed files with 9 additions and 1 deletions

View file

@ -7,13 +7,13 @@
#include <unordered_map>
#include "hdf5.h"
#include "pugixml.hpp"
#include "xtensor/xtensor.hpp"
#include "openmc/memory.h" // for unique_ptr
#include "openmc/particle.h"
#include "openmc/position.h"
#include "openmc/vector.h"
#include "openmc/xml_interface.h"
#ifdef DAGMC
#include "moab/AdaptiveKDTree.hpp"