mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Making dagmc_enabled flag a const. Handling compiler warning for dagmc filename.
This commit is contained in:
parent
1642b9fb15
commit
161a4c9b53
3 changed files with 8 additions and 8 deletions
|
|
@ -16,6 +16,8 @@ namespace openmc {
|
|||
|
||||
namespace model {
|
||||
|
||||
extern "C" const bool dagmc_enabled;
|
||||
|
||||
extern moab::DagMC* DAG;
|
||||
|
||||
} // namespace model
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
namespace openmc {
|
||||
|
||||
extern "C" bool dagmc_enabled;
|
||||
|
||||
//==============================================================================
|
||||
// Global variable declarations
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue