STYLE: viewFactorsGen: spelling

This commit is contained in:
mattijs
2015-11-24 13:42:58 +00:00
parent 6c3f12bfda
commit 1fcd27af2a

View File

@ -89,7 +89,7 @@ for (label procI = 0; procI < Pstream::nProcs(); procI++)
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
forAll(hitInfo, rayI)
{