Field: Removed unnecessary typedef which causes gcc-4.8 and latest clang to spew-out hundreds of warning messages

This commit is contained in:
Henry
2013-06-11 20:10:42 +01:00
parent d48c4423b4
commit f2daad4806

View File

@ -677,7 +677,6 @@ template<class Type>
template<class Form, class Cmpt, int nCmpt>
void Foam::Field<Type>::operator=(const VectorSpace<Form,Cmpt,nCmpt>& vs)
{
typedef VectorSpace<Form,Cmpt,nCmpt> VSType;
TFOR_ALL_F_OP_S(Type, *this, =, VSType, vs)
}