mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: viewFactorsGen: spelling
This commit is contained in:
@ -89,7 +89,7 @@ for (label procI = 0; procI < Pstream::nProcs(); procI++)
|
|||||||
|
|
||||||
DynamicList<label> dRayIs;
|
DynamicList<label> dRayIs;
|
||||||
|
|
||||||
// Collect the rays which has not abstacle in bettween in rayStartFace
|
// Collect the rays which has not hit obstacle inbetween rayStartFace
|
||||||
// and rayEndFace. If the ray hit itself get stored in dRayIs
|
// and rayEndFace. If the ray hit itself get stored in dRayIs
|
||||||
forAll(hitInfo, rayI)
|
forAll(hitInfo, rayI)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user