mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: 80 char lines.
This commit is contained in:
@ -2242,7 +2242,8 @@ Foam::triSurfaceTools::sideType Foam::triSurfaceTools::surfaceSide
|
||||
// << "perpendicular to the normal." << nl
|
||||
// << "sample: " << sample << nl
|
||||
// << "nearestPoint: " << nearestPoint << nl
|
||||
// << "sample - nearestPoint: " << sample - nearestPoint << nl
|
||||
// << "sample - nearestPoint: "
|
||||
// << sample - nearestPoint << nl
|
||||
// << "normal: " << surf.faceNormals()[nearestFaceI] << nl
|
||||
// << "mag(sample - nearestPoint): "
|
||||
// << mag(sample - nearestPoint) << nl
|
||||
|
||||
Reference in New Issue
Block a user