mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fieldExpression - added verbose flag to foundObject
This commit is contained in:
@ -30,7 +30,7 @@ License
|
||||
template<class FieldType>
|
||||
bool Foam::functionObjects::div::calcDiv()
|
||||
{
|
||||
if (foundObject<FieldType>(fieldName_))
|
||||
if (foundObject<FieldType>(fieldName_, false))
|
||||
{
|
||||
return store
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user