BUG: Update processorPolyPatch constructor call to match recent changes

This commit is contained in:
laurence 2013-05-10 01:04:31 +01:00
parent 850474d273
commit f9372806da

View File

@ -620,6 +620,7 @@ Foam::autoPtr<Foam::fvMesh> Foam::conformalVoronoiMesh::createDummyMesh
0, //patchStarts[p],
patchI,
mesh.boundaryMesh(),
mesh.comm(),
readLabel(patchDicts[patchI].lookup("myProcNo")),
readLabel(patchDicts[patchI].lookup("neighbProcNo")),
coupledPolyPatch::COINCIDENTFULLMATCH
@ -638,6 +639,7 @@ Foam::autoPtr<Foam::fvMesh> Foam::conformalVoronoiMesh::createDummyMesh
).ptr();
}
}
mesh.addFvPatches(patches);
return meshPtr;