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:
@ -647,7 +647,7 @@ int main(int argc, char *argv[])
|
||||
cellDecomposition.write();
|
||||
|
||||
Info<< nl << "Wrote decomposition to "
|
||||
<< runTime.relativePath(cellDecomposition.objectPath())
|
||||
<< cellDecomposition.objectRelPath()
|
||||
<< " for use in manual decomposition." << endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user