ENH: Redirected output explicitly to 'postProcessing' sub-folder

This commit is contained in:
andy
2012-10-15 18:02:45 +01:00
parent 72d49281ce
commit c9524f202c
5 changed files with 9 additions and 9 deletions

View File

@ -756,8 +756,8 @@ void Foam::wallBoundedStreamLine::write()
fileName vtkPath
(
Pstream::parRun()
? runTime.path()/".."/"sets"/name()
: runTime.path()/"sets"/name()
? runTime.path()/".."/"postProcessing"/"sets"/name()
: runTime.path()/"postProcessing"/"sets"/name()
);
if (mesh.name() != fvMesh::defaultRegion)
{