Further standardization of loop index naming: pointI -> pointi, patchI -> patchi

This commit is contained in:
Henry Weller
2016-05-18 21:20:42 +01:00
parent aa4b93068b
commit 4500971827
365 changed files with 4877 additions and 4877 deletions

View File

@ -435,7 +435,7 @@
Within the implementation, a loop over all patches is done:
\code
forAll(patches, patchI)
forAll(patches, patchi)
{
... // some operation
}