forces: switch-off logging by default

This commit is contained in:
Henry
2013-11-06 23:20:23 +00:00
parent 5023472727
commit e6108fa205

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_)
{