mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Field: Removed unnecessary typedef which causes gcc-4.8 and latest clang to spew-out hundreds of warning messages
This commit is contained in:
@ -677,7 +677,6 @@ template<class Type>
|
|||||||
template<class Form, class Cmpt, int nCmpt>
|
template<class Form, class Cmpt, int nCmpt>
|
||||||
void Foam::Field<Type>::operator=(const VectorSpace<Form,Cmpt,nCmpt>& vs)
|
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)
|
TFOR_ALL_F_OP_S(Type, *this, =, VSType, vs)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user