mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Renaming test. Altering includes in surface/cell.h to isolate external package includes.
This commit is contained in:
parent
04a87e3cf1
commit
cb3f878d11
3 changed files with 2 additions and 7 deletions
|
|
@ -10,9 +10,7 @@
|
|||
|
||||
#include "hdf5.h"
|
||||
#include "pugixml.hpp"
|
||||
#ifdef DAGMC
|
||||
#include "dagmc.h"
|
||||
#endif
|
||||
|
||||
#include "openmc/constants.h"
|
||||
#include "openmc/neighbor_list.h"
|
||||
|
|
|
|||
|
|
@ -12,10 +12,7 @@
|
|||
|
||||
#include "openmc/constants.h"
|
||||
#include "openmc/position.h"
|
||||
|
||||
#ifdef DAGMC
|
||||
#include "DagMC.hpp"
|
||||
#endif
|
||||
#include "dagmc.h"
|
||||
|
||||
namespace openmc {
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,6 @@ class UWUWTest(PyAPITestHarness):
|
|||
|
||||
model.tallies.export_to_xml()
|
||||
|
||||
def test_uwuw():
|
||||
def test_refl():
|
||||
harness = UWUWTest('statepoint.5.h5')
|
||||
harness.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue