mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add IOobject::objectRelPath() for compact output (#2195)
This commit is contained in:
@ -64,7 +64,7 @@ void Foam::domainDecompositionDryRun::writeVolField
|
||||
cellDist.write();
|
||||
|
||||
Info<< nl << "Wrote decomposition to "
|
||||
<< this->mesh().time().relativePath(cellDist.objectPath())
|
||||
<< cellDist.objectRelPath()
|
||||
<< " (volScalarField) for visualization."
|
||||
<< endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user