mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added missing typedef
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user