Fixed merge errors
This commit is contained in:
parent
4b1db283f9
commit
31c0472261
1 changed files with 0 additions and 29 deletions
|
@ -310,17 +310,10 @@ void Foam::mixerFvMesh::calcMovingMask() const
|
|||
(
|
||||
word(dict_.subDict("slider").lookup("moving")) + "Zone"
|
||||
);
|
||||
<<<<<<< HEAD
|
||||
|
||||
const labelList& movingSliderAddr =
|
||||
faceZones()[faceZones().findZoneID(movingSliderZoneName)];
|
||||
|
||||
=======
|
||||
|
||||
const labelList& movingSliderAddr =
|
||||
faceZones()[faceZones().findZoneID(movingSliderZoneName)];
|
||||
|
||||
>>>>>>> parallelTopo
|
||||
forAll (movingSliderAddr, faceI)
|
||||
{
|
||||
const face& curFace = f[movingSliderAddr[faceI]];
|
||||
|
@ -486,7 +479,6 @@ bool Foam::mixerFvMesh::update()
|
|||
mappedOldPointsNew.map(oldPointsNew, topoChangeMap->pointMap());
|
||||
|
||||
movePoints(mappedOldPointsNew);
|
||||
<<<<<<< HEAD
|
||||
|
||||
resetMotion();
|
||||
setV0();
|
||||
|
@ -505,27 +497,6 @@ bool Foam::mixerFvMesh::update()
|
|||
// Move the sliding interface points to correct position
|
||||
movePoints(newPoints);
|
||||
}
|
||||
=======
|
||||
|
||||
resetMotion();
|
||||
setV0();
|
||||
|
||||
// Move the sliding interface points to correct position
|
||||
movePoints(topoChangeMap->preMotionPoints());
|
||||
}
|
||||
else
|
||||
{
|
||||
pointField newPoints = allPoints();
|
||||
movePoints(oldPointsNew);
|
||||
|
||||
resetMotion();
|
||||
setV0();
|
||||
|
||||
// Move the sliding interface points to correct position
|
||||
movePoints(newPoints);
|
||||
}
|
||||
|
||||
>>>>>>> parallelTopo
|
||||
}
|
||||
|
||||
return topoChangeMap->morphing();
|
||||
|
|
Reference in a new issue