This had been used in functionObjects:
Info(log)<< "messages" << data << ....
in which it is not at all clear what the "log" argument does whereas
if (log) Info<< "messages" << data << ....
is totally clear and more efficient.
|
||
|---|---|---|
| .. | ||
| CocoParserErrors.H | ||
| error.C | ||
| error.H | ||
| errorManip.H | ||
| IOerror.C | ||
| messageStream.C | ||
| messageStream.H | ||
| StaticAssert.H | ||