ENH: IOobject: print some more info

This commit is contained in:
mattijs
2020-09-02 16:38:05 +01:00
parent 1e95af4d57
commit c9ab12cb3d

View File

@ -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;