Skip to content
Snippets Groups Projects
Commit 50070551 authored by mattijs's avatar mattijs
Browse files

ENH: dictionary: additional output for matching fail

parent 3f364468
No related merge requests found
......@@ -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())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment