mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
retrireve filename and length_multiplier from XML file and call methods similar to filename case for XML constructor
This commit is contained in:
parent
045bc34ec4
commit
5161da8031
2 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue