OpenFOAM-4.x-lab/src/OpenFOAM/db
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
..
Callback Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
CallbackRegistry Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
dictionary includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-26 10:44:11 +01:00
dynamicLibrary Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
error messageStream: Remove confusing argument-based conditional output 2015-05-18 11:54:56 +01:00
functionObjects faceSource: Writing the total area of the faceSource (sum(magSf)) for each time is now optional 2015-04-26 16:32:19 +01:00
IOobject Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
IOobjectList decomposePar: Do not register Lagrangian IOFields as the names may conflict with those of volFields 2015-02-12 21:59:17 +00:00
IOobjects Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
IOstreams Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
objectRegistry Resolve issues relating to compilation with clang-3.5.0 2014-12-15 22:38:10 +00:00
regIOobject GeometricField: Do not transfer registration of a GeometricField to a copy unless it is being transferred from a tmp 2015-02-13 21:40:45 +00:00
runTimeSelection Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
Time potentialFoam: No longer executes functionObjects by default 2015-04-25 21:56:14 +01:00
typeInfo Rationalized handling of debug, info and opt switches 2015-02-05 10:43:10 +00:00