ENH: Changed default bounds handling to clamp
This commit is contained in:
@ -35,7 +35,7 @@ Foam::TableBase<Type>::TableBase(const word& name, const dictionary& dict)
|
||||
(
|
||||
wordToBoundsHandling
|
||||
(
|
||||
dict.lookupOrDefault<word>("outOfBounds", "warn")
|
||||
dict.lookupOrDefault<word>("outOfBounds", "clamp")
|
||||
)
|
||||
),
|
||||
table_()
|
||||
|
||||
Reference in New Issue
Block a user