ENH: fieldExpression - added verbose flag to foundObject

This commit is contained in:
Andrew Heather
2016-12-18 21:44:25 +00:00
parent 03e1f9c433
commit 519248d3f4
8 changed files with 24 additions and 20 deletions

View File

@ -30,7 +30,7 @@ License
template<class FieldType>
bool Foam::functionObjects::div::calcDiv()
{
if (foundObject<FieldType>(fieldName_))
if (foundObject<FieldType>(fieldName_, false))
{
return store
(