Removed unnecessary assignment.

This commit is contained in:
henry 2009-04-08 16:53:31 +01:00
parent 5dd31ee0e5
commit 20fc02fbf1

View File

@ -63,9 +63,7 @@ Foam::fixedInternalValueFvPatchField<Type>::fixedInternalValueFvPatchField
)
:
zeroGradientFvPatchField<Type>(p, iF, dict)
{
fvPatchField<Type>::operator=(this->patchInternalField());
}
{}
template<class Type>