mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Moving extern out of sub-namespace.
This commit is contained in:
parent
161a4c9b53
commit
b60a7061d2
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ namespace openmc {
|
|||
// Global variables
|
||||
//==============================================================================
|
||||
|
||||
namespace model {
|
||||
|
||||
extern "C" const bool dagmc_enabled;
|
||||
|
||||
namespace model {
|
||||
|
||||
extern moab::DagMC* DAG;
|
||||
|
||||
} // namespace model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue