mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: mergePoints - corrected erroneous commas
This commit is contained in:
@ -95,8 +95,8 @@ Foam::label Foam::mergePoints
|
|||||||
sortedTol[sortI] =
|
sortedTol[sortI] =
|
||||||
2*mergeTol*
|
2*mergeTol*
|
||||||
(
|
(
|
||||||
mag(scalar(pt.x() - compareOrigin.x())),
|
mag(scalar(pt.x() - compareOrigin.x()))
|
||||||
+ mag(scalar(pt.y() - compareOrigin.y())),
|
+ mag(scalar(pt.y() - compareOrigin.y()))
|
||||||
+ mag(scalar(pt.z() - compareOrigin.z()))
|
+ mag(scalar(pt.z() - compareOrigin.z()))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user