Moved OpmLog from opm-parser to opm-common

This commit is contained in:
chflo
2016-03-17 12:32:37 +01:00
committed by Joakim Hove
parent a49f6ca00c
commit f2ed1ba7ea
36 changed files with 39 additions and 1376 deletions

View File

@@ -24,8 +24,8 @@
#include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <opm/parser/eclipse/OpmLog/OpmLog.hpp>
#include <opm/parser/eclipse/OpmLog/LogUtil.hpp>
#include <opm/common/OpmLog/OpmLog.hpp>
#include <opm/common/OpmLog/LogUtil.hpp>
#include <opm/parser/eclipse/Deck/DeckItem.hpp>
#include <opm/parser/eclipse/Deck/DeckKeyword.hpp>
#include <opm/parser/eclipse/Deck/DeckRecord.hpp>