mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add globalPath() to argList and TimePaths
- simply combines (rootPath()/globalCaseName())
This commit is contained in:
@ -411,7 +411,7 @@ int main(int argc, char *argv[])
|
||||
? outFileName
|
||||
: (
|
||||
runTime.processorCase()
|
||||
? runTime.rootPath()/runTime.globalCaseName()/outFileName
|
||||
? runTime.globalPath()/outFileName
|
||||
: runTime.path()/outFileName
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user