functionObjectList: Removed warning for optional entries
Simplified the residuals functionObject call in the tutorials
This commit is contained in:
@ -374,12 +374,6 @@ bool Foam::functionObjectList::readFunctionObject
|
||||
// Insert named arguments
|
||||
forAll(namedArgs, i)
|
||||
{
|
||||
if (!funcDict.found(namedArgs[i].first()))
|
||||
{
|
||||
IOWarningInFunction(funcDict)
|
||||
<< "Keyword " << namedArgs[i].first() << " not found" << endl;
|
||||
}
|
||||
|
||||
IStringStream entryStream
|
||||
(
|
||||
namedArgs[i].first() + ' ' + namedArgs[i].second() + ';'
|
||||
|
||||
Reference in New Issue
Block a user