fixedMeanFvPatchField: Updated reading of "meanValue"

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1995
This commit is contained in:
Henry Weller
2016-02-14 20:16:32 +00:00
parent 4f38542d44
commit 3c185e6d43

View File

@ -49,7 +49,7 @@ Foam::fixedMeanFvPatchField<Type>::fixedMeanFvPatchField
) )
: :
fixedValueFvPatchField<Type>(p, iF, dict), fixedValueFvPatchField<Type>(p, iF, dict),
meanValue_(Function1<Type>::New(dict.lookup("meanValue"), dict)) meanValue_(Function1<Type>::New("meanValue", dict))
{} {}