Skip to content
Snippets Groups Projects
Commit cd462bbc authored by andy's avatar andy
Browse files

STYLE: Minor code formatting

parent 8b4fa16d
Branches
Tags
No related merge requests found
......@@ -393,9 +393,6 @@ void Foam::cyclicPolyPatch::calcTransforms
}
// Given a split of faces into left and right half calculate the centres
// and anchor points. Transform the left points so they align with the
// right ones.
void Foam::cyclicPolyPatch::getCentresAndAnchors
(
const primitivePatch& pp0,
......@@ -984,6 +981,7 @@ void Foam::cyclicPolyPatch::initMovePoints
polyPatch::initMovePoints(pBufs, p);
}
void Foam::cyclicPolyPatch::movePoints
(
PstreamBuffers& pBufs,
......@@ -994,11 +992,13 @@ void Foam::cyclicPolyPatch::movePoints
calcTransforms();
}
void Foam::cyclicPolyPatch::initUpdateMesh(PstreamBuffers& pBufs)
{
polyPatch::initUpdateMesh(pBufs);
}
void Foam::cyclicPolyPatch::updateMesh(PstreamBuffers& pBufs)
{
polyPatch::updateMesh(pBufs);
......@@ -1249,10 +1249,6 @@ void Foam::cyclicPolyPatch::initOrder
}
// Return new ordering. Ordering is -faceMap: for every face index
// the new face -rotation:for every new face the clockwise shift
// of the original face. Return false if nothing changes (faceMap
// is identity, rotation is 0)
bool Foam::cyclicPolyPatch::order
(
PstreamBuffers& pBufs,
......
......@@ -118,7 +118,9 @@ class cyclicPolyPatch
// Face ordering
//- Calculate geometric factors of the two halves.
// Given a split of faces into left and right half calculate the
// centres and anchor points. Transform the left points so they
// align with the right ones
void getCentresAndAnchors
(
const primitivePatch& pp0,
......
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