use the error macros from opm-common

This commit is contained in:
Andreas Lauser 2015-10-08 11:42:15 +02:00
parent 4f8906c5fc
commit 2399629ebc
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#include <utility>
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/core/simulator/SimulatorTimer.hpp>
#include <opm/core/simulator/TimeStepControlInterface.hpp>

View File

@ -24,7 +24,7 @@
#include <iostream>
#include <stdexcept>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/core/utility/Units.hpp>
#include <opm/core/simulator/TimeStepControl.hpp>