Incorrect base class method override in sixDoFRigidBodyDisplacementPointPatchVectorField. Dario Zivkovic
This commit is contained in:
commit
ac82db9f2d
4 changed files with 8 additions and 4 deletions
|
@ -126,7 +126,8 @@ void sixDoFRigidBodyDisplacementPointPatchVectorField::autoMap
|
||||||
|
|
||||||
void sixDoFRigidBodyDisplacementPointPatchVectorField::rmap
|
void sixDoFRigidBodyDisplacementPointPatchVectorField::rmap
|
||||||
(
|
(
|
||||||
const pointPatchField<vector>& ptf,
|
const PointPatchField
|
||||||
|
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>& ptf,
|
||||||
const labelList& addr
|
const labelList& addr
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
|
@ -152,7 +152,8 @@ public:
|
||||||
//- Reverse map the given pointPatchField onto this pointPatchField
|
//- Reverse map the given pointPatchField onto this pointPatchField
|
||||||
virtual void rmap
|
virtual void rmap
|
||||||
(
|
(
|
||||||
const pointPatchField<vector>&,
|
const PointPatchField
|
||||||
|
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>&,
|
||||||
const labelList&
|
const labelList&
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,8 @@ void uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::autoMap
|
||||||
|
|
||||||
void uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::rmap
|
void uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::rmap
|
||||||
(
|
(
|
||||||
const pointPatchField<vector>& ptf,
|
const PointPatchField
|
||||||
|
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>& ptf,
|
||||||
const labelList& addr
|
const labelList& addr
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
|
@ -153,7 +153,8 @@ public:
|
||||||
//- Reverse map the given pointPatchField onto this pointPatchField
|
//- Reverse map the given pointPatchField onto this pointPatchField
|
||||||
virtual void rmap
|
virtual void rmap
|
||||||
(
|
(
|
||||||
const pointPatchField<vector>&,
|
const PointPatchField
|
||||||
|
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>&,
|
||||||
const labelList&
|
const labelList&
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Reference in a new issue