Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2013-05-23 17:20:04 +01:00

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,