Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d6ae8d56
Commit
d6ae8d56
authored
Sep 05, 2013
by
mattijs
Browse files
ENH: entry: allow keyType (and thus wildcards) as expansion in directionary keyword
parent
473331a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/dictionary/entry/entryIO.C
View file @
d6ae8d56
...
...
@@ -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
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment