mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjectList: Filter unnecessary warning from new 'libs' entry
This commit is contained in:
@ -302,8 +302,12 @@ bool Foam::functionObjectList::read()
|
||||
|
||||
if (!iter().isDict())
|
||||
{
|
||||
IOWarningInFunction(parentDict_)
|
||||
<< "Entry " << key << " is not a dictionary" << endl;
|
||||
if (key != "libs")
|
||||
{
|
||||
IOWarningInFunction(parentDict_)
|
||||
<< "Entry " << key << " is not a dictionary" << endl;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user