particleTemplates: Removed unused variable
Resolves bug-report https://bugs.openfoam.org/view.php?id=3419
This commit is contained in:
@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user