Merged data/ -> RawDeck/ source code reorganisation
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user