Merged data/ -> RawDeck/ source code reorganisation

This commit is contained in:
Joakim Hove
2013-04-03 09:27:55 +02:00
14 changed files with 136 additions and 84 deletions

View File

@@ -24,6 +24,8 @@ namespace Opm {
}
RawDeckPtr Parser::parse(const std::string &path) {
Logger::initLogger();
Logger::setLogLevel(Logger::DEBUG);
Logger::info("Starting parsing of file: " + path);
RawDeckPtr rawDeck(new RawDeck());
rawDeck -> readDataIntoDeck(path);

View File

@@ -24,8 +24,8 @@
#include <boost/shared_ptr.hpp>
#include <opm/parser/eclipse/Logger.hpp>
#include <opm/parser/eclipse/data/RawKeyword.hpp>
#include <opm/parser/eclipse/data/RawDeck.hpp>
#include <opm/parser/eclipse/RawDeck/RawKeyword.hpp>
#include <opm/parser/eclipse/RawDeck/RawDeck.hpp>
namespace Opm {