Skip to content

Commit

Permalink
first pass at cleaning up dagmc headers
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Sep 20, 2023
1 parent 7337760 commit d730b90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
8 changes: 8 additions & 0 deletions src/dagmc/DagMC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
#include <sstream>
#include <string>


#include "moab/CartVect.hpp"
#include "moab/FileOptions.hpp"
#include "moab/GeomTopoTool.hpp"
#include "moab/GeomQueryTool.hpp"
#include "moab/GeomUtil.hpp"
#include "moab/Range.hpp"

#ifdef DOUBLE_DOWN
#include "double_down/RTI.hpp"
#endif
Expand Down
11 changes: 0 additions & 11 deletions src/dagmc/DagMC.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,7 @@
#include <vector>

#include "DagMCVersion.hpp"
#include "MBTagConventions.hpp"
#include "logger.hpp"
#include "moab/CartVect.hpp"
#include "moab/Core.hpp"
#include "moab/FileOptions.hpp"
#include "moab/GeomQueryTool.hpp"
#include "moab/GeomTopoTool.hpp"
#include "moab/GeomUtil.hpp"
#include "moab/Interface.hpp"
#include "moab/Range.hpp"

class RefEntity;

struct DagmcVolData {
int mat_id;
Expand Down

0 comments on commit d730b90

Please sign in to comment.