remote: Centralised class to replace patchToPatch::procFace

This commit is contained in:
Will Bainbridge
2022-10-07 13:54:30 +01:00
parent bad5bd0bbe
commit 9e9ab2204c
15 changed files with 247 additions and 107 deletions

View File

@ -93,7 +93,7 @@ public:
size_(-1),
hasUnmapped_(false)
{
const List<List<patchToPatch::procFace>> procFaces =
const List<List<remote>> procFaces =
forward_ ? pToP_.tgtSrcProcFaces() : pToP_.srcTgtProcFaces();
size_ = procFaces.size();