IOobject: Add "local" to message

Patch contributed by Mattijs Janssens
This commit is contained in:
Henry Weller
2018-11-30 15:13:20 +00:00
parent d756303c30
commit b786f41498

View File

@ -36,6 +36,7 @@ Foam::Ostream& Foam::operator<<(Ostream& os, const InfoProxy<IOobject>& ip)
os << "IOobject: "
<< io.type() << token::SPACE
<< io.name() << token::SPACE
<< "local:" << token::SPACE << io.local() << token::SPACE
<< "readOpt:" << token::SPACE << io.readOpt() << token::SPACE
<< "writeOpt:" << token::SPACE << io.writeOpt() << token::SPACE
<< "globalObject:" << token::SPACE << io.globalObject() << token::SPACE