OpenFOAM-4.x-lab/src/postProcessing/functionObjects
Henry d9090fcf42 messageStream: Remove confusing argument-based conditional output
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.
2015-05-18 11:54:56 +01:00
..
cloud Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
doc Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
field messageStream: Remove confusing argument-based conditional output 2015-05-18 11:54:56 +01:00
forces messageStream: Remove confusing argument-based conditional output 2015-05-18 11:54:56 +01:00
fvTools Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
IO Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
jobControl Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
systemCall Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
utilities messageStream: Remove confusing argument-based conditional output 2015-05-18 11:54:56 +01:00
Allwmake New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00