PORTING: Changes for Intel 2013 (Martin Beaudoin)
This commit is contained in:
parent
d83a9adad5
commit
9454c3e2dd
3 changed files with 7 additions and 7 deletions
|
@ -54,7 +54,7 @@ void wedgeFvPatchField<Type>::evaluate( \
|
||||||
updateCoeffs(); \
|
updateCoeffs(); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
operator==(patchInternalField()); \
|
this->operator==(patchInternalField()); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
template<> \
|
template<> \
|
||||||
|
|
|
@ -48,7 +48,7 @@ void engineTimeVaryingUniformFixedValueFvPatchField<scalar>::updateCoeffs()
|
||||||
|
|
||||||
checkTable();
|
checkTable();
|
||||||
|
|
||||||
operator==
|
this->operator==
|
||||||
(
|
(
|
||||||
interpolateXY
|
interpolateXY
|
||||||
(
|
(
|
||||||
|
@ -73,7 +73,7 @@ void engineTimeVaryingUniformFixedValueFvPatchField<vector>::updateCoeffs()
|
||||||
|
|
||||||
checkTable();
|
checkTable();
|
||||||
|
|
||||||
operator==
|
this->operator==
|
||||||
(
|
(
|
||||||
-interpolateXY
|
-interpolateXY
|
||||||
(
|
(
|
||||||
|
@ -98,7 +98,7 @@ void engineTimeVaryingUniformFixedValueFvPatchField<sphericalTensor>::updateCoef
|
||||||
|
|
||||||
checkTable();
|
checkTable();
|
||||||
|
|
||||||
operator==
|
this->operator==
|
||||||
(
|
(
|
||||||
interpolateXY
|
interpolateXY
|
||||||
(
|
(
|
||||||
|
@ -123,7 +123,7 @@ void engineTimeVaryingUniformFixedValueFvPatchField<symmTensor>::updateCoeffs()
|
||||||
|
|
||||||
checkTable();
|
checkTable();
|
||||||
|
|
||||||
operator==
|
this->operator==
|
||||||
(
|
(
|
||||||
interpolateXY
|
interpolateXY
|
||||||
(
|
(
|
||||||
|
@ -164,7 +164,7 @@ void engineTimeVaryingUniformFixedValueFvPatchField<tensor>::updateCoeffs()
|
||||||
|
|
||||||
checkTable();
|
checkTable();
|
||||||
|
|
||||||
operator==
|
this->operator==
|
||||||
(
|
(
|
||||||
interpolateXY
|
interpolateXY
|
||||||
(
|
(
|
||||||
|
|
|
@ -53,7 +53,7 @@ void wedgeFaPatchField<scalar>::evaluate(const Pstream::commsTypes)
|
||||||
updateCoeffs();
|
updateCoeffs();
|
||||||
}
|
}
|
||||||
|
|
||||||
operator==(patchInternalField());
|
this->operator==(patchInternalField());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue