REVERT: foamyHexMesh: correct function argument list

This commit is contained in:
laurence
2013-09-02 16:09:32 +01:00
parent 505fef5112
commit 298724b078

View File

@ -260,14 +260,14 @@ inline void Foam::conformalVoronoiMesh::createPointPair
)
);
if (ptPair)
{
ptPairs_.addPointPair
(
pts[pts.size() - 2].index(),
pts[pts.size() - 1].index() // external 0 -> slave
);
}
// if (ptPair)
// {
// ptPairs_.addPointPair
// (
// pts[pts.size() - 2].index(),
// pts[pts.size() - 1].index() // external 0 -> slave
// );
// }
}
// else
// {