ENH: Added missing typedef

This commit is contained in:
andy
2013-06-11 13:16:44 +01:00
parent 850816f829
commit e6f58fa7b9

View File

@ -677,6 +677,7 @@ 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)
}