mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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