mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: entry: allow keyType (and thus wildcards) as expansion in directionary keyword
This commit is contained in:
@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user