mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
REVERT: foamyHexMesh: correct function argument list
This commit is contained in:
@ -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
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user