mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Always include the dagmc.h file to the extern is seen in the implementation.
This commit is contained in:
parent
e5ad7f9d77
commit
e573f250f7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
#ifdef DAGMC
|
||||
|
||||
#include "openmc/dagmc.h"
|
||||
#include "openmc/error.h"
|
||||
#include "openmc/string_functions.h"
|
||||
|
|
@ -11,6 +9,8 @@
|
|||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef DAGMC
|
||||
|
||||
namespace openmc {
|
||||
|
||||
moab::DagMC* DAG;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue