mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fixedMeanFvPatchField: Updated reading of "meanValue"
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1995
This commit is contained in:
@ -49,7 +49,7 @@ Foam::fixedMeanFvPatchField<Type>::fixedMeanFvPatchField
|
||||
)
|
||||
:
|
||||
fixedValueFvPatchField<Type>(p, iF, dict),
|
||||
meanValue_(Function1<Type>::New(dict.lookup("meanValue"), dict))
|
||||
meanValue_(Function1<Type>::New("meanValue", dict))
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user