mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
eclbasevanguard: change canonicalDeckPath to std::string
makes use of filesystem an implementation detail
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user