ENH: entry: allow keyType (and thus wildcards) as expansion in directionary keyword

This commit is contained in:
mattijs
2013-09-05 17:38:48 +01:00
parent 473331a62d
commit d6ae8d567d

View File

@ -146,7 +146,7 @@ bool Foam::entry::New(dictionary& parentDict, Istream& is)
if (ePtr)
{
// Read as primitiveEntry
const word newKeyword(ePtr->stream());
const keyType newKeyword(ePtr->stream());
return parentDict.add
(