Skip to content
Snippets Groups Projects
Commit c9ab12cb authored by mattijs's avatar mattijs
Browse files

ENH: IOobject: print some more info

parent 1e95af4d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment