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