functionObjects::regionFunctionObject: Added optional 'log' entry (defaults to true)

This commit is contained in:
Henry Weller
2016-05-24 09:03:41 +01:00
parent aa70b282b4
commit b454b7ce43
12 changed files with 43 additions and 27 deletions

View File

@ -83,6 +83,8 @@ Foam::functionObjects::processorField::~processorField()
bool Foam::functionObjects::processorField::read(const dictionary& dict)
{
fvMeshFunctionObject::read(dict);
return true;
}