mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Function1 Table: disallow wildcards. See #2223
This commit is contained in:
@ -78,7 +78,12 @@ Foam::Function1Types::TableBase<Type>::TableBase
|
|||||||
),
|
),
|
||||||
interpolationScheme_
|
interpolationScheme_
|
||||||
(
|
(
|
||||||
dict.getOrDefault<word>("interpolationScheme", "linear")
|
dict.getOrDefault<word>
|
||||||
|
(
|
||||||
|
"interpolationScheme",
|
||||||
|
"linear",
|
||||||
|
keyType::LITERAL
|
||||||
|
)
|
||||||
),
|
),
|
||||||
table_(),
|
table_(),
|
||||||
tableSamplesPtr_(nullptr),
|
tableSamplesPtr_(nullptr),
|
||||||
|
|||||||
Reference in New Issue
Block a user