Making dagmc_enabled flag a const. Handling compiler warning for dagmc filename.

This commit is contained in:
Patrick Shriwise 2018-12-10 10:41:48 -06:00
parent 1642b9fb15
commit 161a4c9b53
3 changed files with 8 additions and 8 deletions

View file

@ -16,6 +16,8 @@ namespace openmc {
namespace model {
extern "C" const bool dagmc_enabled;
extern moab::DagMC* DAG;
} // namespace model

View file

@ -16,8 +16,6 @@
namespace openmc {
extern "C" bool dagmc_enabled;
//==============================================================================
// Global variable declarations
//==============================================================================