Renaming test. Altering includes in surface/cell.h to isolate external package includes.

This commit is contained in:
Patrick Shriwise 2019-06-16 22:02:03 -05:00
parent 04a87e3cf1
commit cb3f878d11
3 changed files with 2 additions and 7 deletions

View file

@ -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"

View file

@ -12,10 +12,7 @@
#include "openmc/constants.h"
#include "openmc/position.h"
#ifdef DAGMC
#include "DagMC.hpp"
#endif
#include "dagmc.h"
namespace openmc {

View file

@ -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()