use the error macros from opm-common

This commit is contained in:
Andreas Lauser
2015-10-12 15:24:59 +02:00
parent 0054c90e45
commit 651bd91482
19 changed files with 21 additions and 21 deletions

View File

@@ -24,8 +24,8 @@
#include <cmath>
#include <vector>
#include <opm/core/utility/linearInterpolation.hpp>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
namespace Opm
{