mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Comment about hard-coded switch.
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user