fixedMeanFvPatchField: Updated reading of "meanValue"
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1995
This commit is contained in:
parent
4f38542d44
commit
3c185e6d43
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue