mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: IOobject: print some more info
This commit is contained in:
@ -41,6 +41,7 @@ Foam::Ostream& Foam::operator<<(Ostream& os, const InfoProxy<IOobject>& ip)
|
||||
<< " local: " << io.local()
|
||||
<< " readOpt: " << static_cast<int>(io.readOpt())
|
||||
<< " writeOpt: " << static_cast<int>(io.writeOpt())
|
||||
<< " registerObject: " << io.registerObject()
|
||||
<< " globalObject: " << io.globalObject()
|
||||
<< token::SPACE << io.path() << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user