Always include the dagmc.h file to the extern is seen in the implementation.

This commit is contained in:
Patrick Shriwise 2018-10-01 17:29:28 -05:00
parent e5ad7f9d77
commit e573f250f7

View file

@ -1,6 +1,4 @@
#ifdef DAGMC
#include "openmc/dagmc.h"
#include "openmc/error.h"
#include "openmc/string_functions.h"
@ -11,6 +9,8 @@
#include <sstream>
#include <algorithm>
#ifdef DAGMC
namespace openmc {
moab::DagMC* DAG;