Skip to content
Snippets Groups Projects
Commit 20fc02fb authored by henry's avatar henry
Browse files

Removed unnecessary assignment.

parent 5dd31ee0
No related merge requests found
......@@ -63,9 +63,7 @@ Foam::fixedInternalValueFvPatchField<Type>::fixedInternalValueFvPatchField
)
:
zeroGradientFvPatchField<Type>(p, iF, dict)
{
fvPatchField<Type>::operator=(this->patchInternalField());
}
{}
template<class Type>
......
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