Moving extern out of sub-namespace.

This commit is contained in:
Patrick Shriwise 2018-12-10 11:06:11 -06:00
parent 161a4c9b53
commit b60a7061d2

View file

@ -14,10 +14,10 @@ namespace openmc {
// Global variables
//==============================================================================
namespace model {
extern "C" const bool dagmc_enabled;
namespace model {
extern moab::DagMC* DAG;
} // namespace model