Skip to content
Snippets Groups Projects
Commit 3c185e6d authored by Henry Weller's avatar Henry Weller
Browse files

fixedMeanFvPatchField: Updated reading of "meanValue"

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1995
parent 4f38542d
Branches
Tags
1 merge request!33Merge foundation
......@@ -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))
{}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment