Add function Deck::makeDeckPath()

This commit is contained in:
Joakim Hove
2018-10-18 10:45:27 +02:00
parent 24bd410313
commit fd36bf88fb
3 changed files with 17 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ namespace Opm {
const std::string& getInputPath() const;
const std::string& getDataFile() const;
void setDataFile(const std::string& dataFile);
std::string makeDeckPath(const std::string& path) const;
iterator begin();
iterator end();