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 =
|
const cyclicPolyPatch& cpp =
|
||||||
static_cast<const cyclicPolyPatch&>(mesh_.boundaryMesh()[patch()]);
|
static_cast<const cyclicPolyPatch&>(mesh_.boundaryMesh()[patch()]);
|
||||||
const cyclicPolyPatch& receiveCpp = cpp.neighbPatch();
|
const cyclicPolyPatch& receiveCpp = cpp.neighbPatch();
|
||||||
const label receiveFacei = receiveCpp.whichFace(facei_);
|
|
||||||
|
|
||||||
// Set the topology
|
// Set the topology
|
||||||
facei_ = tetFacei_ = cpp.transformGlobalFace(facei_);
|
facei_ = tetFacei_ = cpp.transformGlobalFace(facei_);
|
||||||
|
|||||||
Reference in New Issue
Block a user