Added patch access
This commit is contained in:
parent
59b54a7e99
commit
01558c2408
1 changed files with 24 additions and 12 deletions
|
@ -437,6 +437,18 @@ public:
|
|||
|
||||
// Access
|
||||
|
||||
//- Reference to the master patch
|
||||
const MasterPatch& masterPatch() const
|
||||
{
|
||||
return masterPatch_;
|
||||
}
|
||||
|
||||
//- Reference to the slave patch
|
||||
const SlavePatch& slavePatch() const
|
||||
{
|
||||
return slavePatch_;
|
||||
}
|
||||
|
||||
//- Return reference to master addressing
|
||||
const labelListList& masterAddr() const;
|
||||
|
||||
|
|
Reference in a new issue