STYLE: Comment about hard-coded switch.

This commit is contained in:
graham
2011-05-04 15:27:29 +01:00
parent 7176af222a
commit 5d5c14aea6

View File

@ -629,6 +629,8 @@ void Foam::conformalVoronoiMesh::buildParallelInterface
boolList sendToProc(Pstream::nProcs(), false);
// Hard coded switch, can be turned on for debugging purposes and all
// vertices will be referred to all processors.
bool allPointReferral = false;
if (allPointReferral)