eclbasevanguard: change canonicalDeckPath to std::string

makes use of filesystem an implementation detail
This commit is contained in:
Arne Morten Kvarving
2021-05-04 08:56:41 +02:00
parent ec2327d2c3
commit 86bc095e3a
3 changed files with 6 additions and 6 deletions

View File

@@ -414,7 +414,7 @@ namespace Opm
using PreVanguard = GetPropType<PreTypeTag, Properties::Vanguard>;
try {
deckFilename = PreVanguard::canonicalDeckPath(deckFilename).string();
deckFilename = PreVanguard::canonicalDeckPath(deckFilename);
}
catch (const std::exception& e) {
if ( mpiRank == 0 ) {