WorkArea::org_path

This commit is contained in:
Joakim Hove 2021-09-17 09:49:57 +02:00
parent c0d7ca8136
commit d938b69143

View File

@ -64,6 +64,11 @@ namespace {
Opm::filesystem::remove_all(this->root_);
}
std::string org_path(const std::string& fname) {
return Opm::filesystem::canonical( this->orig_ / fname );
}
private:
Opm::filesystem::path root_;
Opm::filesystem::path area_;