OpenFOAM-4.x-lab/src/OpenFOAM
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
..
algorithms Rationalize position searching and add cell->tet decomposition as the default cell-search algorithm 2015-02-25 10:57:06 +00:00
containers PtrList: Check for EOF while reading to avoid run-on and infinite loop when reading list of dictionaries. 2015-02-18 08:12:01 +00:00
db messageStream: Remove confusing argument-based conditional output 2015-05-18 11:54:56 +01:00
dimensionedTypes symmTensor: Add support for the innerSqr function 2015-02-28 16:09:55 +00:00
dimensionSet Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fields symmTensor: Add support for the innerSqr function 2015-02-28 16:09:55 +00:00
global Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
graph Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
include Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
interpolations Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
Make includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-26 10:44:11 +01:00
matrices GAMG solver: Set the following defaults: 2015-05-03 18:11:25 +01:00
memory Resolve issues relating to compilation with clang-3.5.0 2014-12-15 22:38:10 +00:00
meshes primitiveMeshTools: VSMALL -> ROOTVSMALL 2015-02-25 18:18:23 +00:00
primitives int32: Add IO operators for long on 32bit OS 2015-05-16 15:29:34 +01:00