Incorrect base class method override in sixDoFRigidBodyDisplacementPointPatchVectorField. Dario Zivkovic

This commit is contained in:
Hrvoje Jasak 2019-02-13 15:46:14 +00:00
commit ac82db9f2d
4 changed files with 8 additions and 4 deletions

View file

@ -126,7 +126,8 @@ void sixDoFRigidBodyDisplacementPointPatchVectorField::autoMap
void sixDoFRigidBodyDisplacementPointPatchVectorField::rmap
(
const pointPatchField<vector>& ptf,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>& ptf,
const labelList& addr
)
{

View file

@ -152,7 +152,8 @@ public:
//- Reverse map the given pointPatchField onto this pointPatchField
virtual void rmap
(
const pointPatchField<vector>&,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>&,
const labelList&
);

View file

@ -125,7 +125,8 @@ void uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::autoMap
void uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::rmap
(
const pointPatchField<vector>& ptf,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>& ptf,
const labelList& addr
)
{

View file

@ -153,7 +153,8 @@ public:
//- Reverse map the given pointPatchField onto this pointPatchField
virtual void rmap
(
const pointPatchField<vector>&,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>&,
const labelList&
);