Skip to content
Snippets Groups Projects
Commit f2daad48 authored by Henry's avatar Henry
Browse files

Field: Removed unnecessary typedef which causes gcc-4.8 and latest clang to...

Field: Removed unnecessary typedef which causes gcc-4.8 and latest clang to spew-out hundreds of warning messages
parent d48c4423
Branches
Tags
No related merge requests found
......@@ -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)
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment