mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Remove unnecessary typedefs
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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -95,8 +95,6 @@ mappedFixedPushedInternalValueFvPatchField
|
|||||||
template<class Type>
|
template<class Type>
|
||||||
void Foam::mappedFixedPushedInternalValueFvPatchField<Type>::updateCoeffs()
|
void Foam::mappedFixedPushedInternalValueFvPatchField<Type>::updateCoeffs()
|
||||||
{
|
{
|
||||||
typedef GeometricField<Type, fvPatchField, volMesh> FieldType;
|
|
||||||
|
|
||||||
if (this->updated())
|
if (this->updated())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user