Skip to content
Snippets Groups Projects
Commit 916e81de authored by graham's avatar graham
Browse files

STYLE: Spurious bracket in comment.

parent dbbacfbe
No related merge requests found
...@@ -104,7 +104,7 @@ inline Foam::scalar Foam::Particle<ParticleType>::tetLambda ...@@ -104,7 +104,7 @@ inline Foam::scalar Foam::Particle<ParticleType>::tetLambda
if (mag(lambdaNumerator) < SMALL) if (mag(lambdaNumerator) < SMALL)
{ {
// Track starts on the face, and is potentially // Track starts on the face, and is potentially
// parallel to it. +-SMALL)/+-SMALL is not a good // parallel to it. +-SMALL/+-SMALL is not a good
// comparison, return 0.0, in anticipation of tet // comparison, return 0.0, in anticipation of tet
// centre correction. // centre correction.
......
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