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

BUG: Function1 Table: disallow wildcards. See #2223

parent ad8e5540
Branches
Tags
No related merge requests found
......@@ -78,7 +78,12 @@ Foam::Function1Types::TableBase<Type>::TableBase
),
interpolationScheme_
(
dict.getOrDefault<word>("interpolationScheme", "linear")
dict.getOrDefault<word>
(
"interpolationScheme",
"linear",
keyType::LITERAL
)
),
table_(),
tableSamplesPtr_(nullptr),
......
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