STYLE: reconstructParMesh: typo in comment

This commit is contained in:
mattijs 2014-01-27 12:29:52 +00:00
parent 85c60ecc34
commit 7506490ecf

View File

@ -816,7 +816,7 @@ int main(int argc, char *argv[])
);
// Now add turning index to faceProcAddressing.
// See reconstrurPar for meaning of turning index.
// See reconstructPar for meaning of turning index.
forAll(faceProcAddr, procFaceI)
{
label masterFaceI = faceProcAddr[procFaceI];