mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: dictionary: additional output for matching fail
This commit is contained in:
@ -465,7 +465,8 @@ const Foam::entry* Foam::dictionary::lookupScopedEntryPtr
|
||||
*this
|
||||
) << "keyword " << keyword
|
||||
<< " is undefined in dictionary "
|
||||
<< name()
|
||||
<< name() << endl
|
||||
<< "Valid keywords are " << keys()
|
||||
<< exit(FatalIOError);
|
||||
}
|
||||
if (!entPtr->isDict())
|
||||
|
||||
Reference in New Issue
Block a user