Skip to content
Snippets Groups Projects
Commit 91532a8b authored by mattijs's avatar mattijs
Browse files

STYLE: removed unused variable.

parent 7c5ca187
Branches
Tags
No related merge requests found
......@@ -57,7 +57,6 @@ void Foam::cyclicPointPatch::calcGeometry(PstreamBuffers&)
{
const edgeList& cp = cyclicPolyPatch_.coupledPoints();
const labelList& mp = cyclicPolyPatch_.meshPoints();
const pointField& points = cyclicPolyPatch_.points();
DynamicList<label> separated;
forAll(cp, i)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment