Added patch access

This commit is contained in:
Hrvoje Jasak 2013-11-05 13:51:23 +00:00
parent 59b54a7e99
commit 01558c2408

View file

@ -437,6 +437,18 @@ public:
// Access // 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 //- Return reference to master addressing
const labelListList& masterAddr() const; const labelListList& masterAddr() const;