Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2013-11-07 12:33:41 +00:00
15 changed files with 636 additions and 23 deletions

View File

@ -616,7 +616,7 @@ void Foam::forces::read(const dictionary& dict)
{
initialised_ = false;
log_ = dict.lookupOrDefault<Switch>("log", true);
log_ = dict.lookupOrDefault<Switch>("log", false);
if (log_)
{