ENH: add globalPath() to argList and TimePaths

- simply combines (rootPath()/globalCaseName())
This commit is contained in:
Mark Olesen
2018-09-28 15:24:59 +02:00
parent d92d77cc84
commit 69f6f63810
12 changed files with 28 additions and 13 deletions

View File

@ -214,7 +214,7 @@ bool Foam::functionObjects::ensightWrite::write()
fileName ensightDir = dirName_;
if (!ensightDir.isAbsolute())
{
ensightDir = t.rootPath()/t.globalCaseName()/ensightDir;
ensightDir = t.globalPath()/ensightDir;
}
ensCase_.reset