Bring a definition of OPM_THROW into scope.

The template version of outputStateMatlab() uses OPM_THROW so we need
a definition of the macro.
This commit is contained in:
Bård Skaflestad 2014-04-09 16:33:24 +02:00
parent 688d65e7ef
commit 11e6bc4ad2

View File

@ -4,6 +4,7 @@
#include <opm/core/simulator/BlackoilState.hpp>
#include <opm/core/simulator/WellState.hpp>
#include <opm/core/utility/DataMap.hpp>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/miscUtilities.hpp>
#include <opm/autodiff/GridHelpers.hpp>