mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Moving dagmc_enabled exposure location.
This commit is contained in:
parent
b60a7061d2
commit
78d7048691
2 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,6 @@ namespace openmc {
|
|||
// Global variables
|
||||
//==============================================================================
|
||||
|
||||
extern "C" const bool dagmc_enabled;
|
||||
|
||||
namespace model {
|
||||
|
||||
extern moab::DagMC* DAG;
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ namespace openmc {
|
|||
// Global variable declarations
|
||||
//==============================================================================
|
||||
|
||||
extern "C" const bool dagmc_enabled;
|
||||
|
||||
namespace settings {
|
||||
|
||||
// Boolean flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue