Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop

This commit is contained in:
sergio
2018-10-01 17:14:39 -07:00
109 changed files with 1066 additions and 553 deletions

View File

@ -8,7 +8,7 @@ if (Pstream::master())
(
new OFstream
(
runTime.rootPath()/runTime.globalCaseName()
runTime.globalPath()
/("logSummary." + runTime.timeName() + ".dat")
)
);

View File

@ -8,7 +8,7 @@ if (Pstream::master())
(
new OFstream
(
runTime.rootPath()/runTime.globalCaseName()
runTime.globalPath()
/("logSummary." + runTime.timeName() + ".dat")
)
);