particleTemplates: Removed unused variable

Resolves bug-report https://bugs.openfoam.org/view.php?id=3419
This commit is contained in:
Henry Weller
2019-12-30 07:44:00 +00:00
parent 03207b1538
commit b460b9e93d

View File

@ -266,7 +266,6 @@ void Foam::particle::hitCyclicPatch(TrackCloudType&, trackingData&)
const cyclicPolyPatch& cpp =
static_cast<const cyclicPolyPatch&>(mesh_.boundaryMesh()[patch()]);
const cyclicPolyPatch& receiveCpp = cpp.neighbPatch();
const label receiveFacei = receiveCpp.whichFace(facei_);
// Set the topology
facei_ = tetFacei_ = cpp.transformGlobalFace(facei_);