OpenFOAM-4.x/src/postProcessing/functionObjects/utilities/wallShearStress
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
..
IOwallShearStress.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
wallShearStress.C messageStream: Remove confusing argument-based conditional output 2015-05-18 11:54:56 +01:00
wallShearStress.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
wallShearStressFunctionObject.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
wallShearStressFunctionObject.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00