Skip to content
Snippets Groups Projects
Commit 7506490e authored by mattijs's avatar mattijs
Browse files

STYLE: reconstructParMesh: typo in comment

parent 85c60ecc
No related branches found
No related tags found
No related merge requests found
...@@ -816,7 +816,7 @@ int main(int argc, char *argv[]) ...@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment