use the error macros from opm-common

This commit is contained in:
Andreas Lauser
2015-10-08 11:42:15 +02:00
parent 0ddfdba4e1
commit f011efa4ad
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@
#define OPM_CSRMATRIXUMFPACKSOLVER_HPP_HEADER
#include <opm/core/linalg/call_umfpack.h>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/common/ErrorMacros.hpp>
namespace Opm
{
@@ -30,7 +30,7 @@
#include <opm/core/transport/implicit/SimpleFluid2pWrappingProps.hpp>
#include <cassert>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/common/ErrorMacros.hpp>
namespace Opm{
inline SimpleFluid2pWrappingProps::SimpleFluid2pWrappingProps(const Opm::IncompPropertiesInterface& props)