STYLE: processor*patch: unused argument

This commit is contained in:
mattijs
2013-05-22 17:26:05 +01:00
parent 2e5227a6f8
commit 9ffb6c3f99

View File

@ -448,7 +448,6 @@ bool Foam::domainDecomposition::writeDecomposition()
curStart, curStart,
nPatches, nPatches,
procMesh.boundaryMesh(), procMesh.boundaryMesh(),
Pstream::worldComm,
procI, procI,
curNeighbourProcessors[procPatchI] curNeighbourProcessors[procPatchI]
); );
@ -476,7 +475,6 @@ bool Foam::domainDecomposition::writeDecomposition()
curStart, curStart,
nPatches, nPatches,
procMesh.boundaryMesh(), procMesh.boundaryMesh(),
Pstream::worldComm,
procI, procI,
curNeighbourProcessors[procPatchI], curNeighbourProcessors[procPatchI],
referPatch, referPatch,