mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: reconstructParMesh: typo in comment
This commit is contained in:
@ -816,7 +816,7 @@ int main(int argc, char *argv[])
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Now add turning index to faceProcAddressing.
|
// Now add turning index to faceProcAddressing.
|
||||||
// See reconstrurPar for meaning of turning index.
|
// See reconstructPar for meaning of turning index.
|
||||||
forAll(faceProcAddr, procFaceI)
|
forAll(faceProcAddr, procFaceI)
|
||||||
{
|
{
|
||||||
label masterFaceI = faceProcAddr[procFaceI];
|
label masterFaceI = faceProcAddr[procFaceI];
|
||||||
|
|||||||
Reference in New Issue
Block a user