ENH: function objects - use Info on construction/read, and Log for all other messages

This commit is contained in:
Andrew Heather
2016-11-03 12:11:20 +00:00
parent 40252e99aa
commit c4c57690c6
20 changed files with 75 additions and 110 deletions

View File

@ -122,6 +122,7 @@ Foam::functionObjects::fieldMinMax::~fieldMinMax()
bool Foam::functionObjects::fieldMinMax::read(const dictionary& dict)
{
fvMeshFunctionObject::read(dict);
writeFile::read(dict);
location_ = dict.lookupOrDefault<Switch>("location", true);