cosmetics
This commit is contained in:
parent
2bb928ec8f
commit
8ffa04c892
@ -431,17 +431,17 @@ public:
|
||||
return faces_;
|
||||
}
|
||||
|
||||
const DynamicList<label>& region()const
|
||||
const DynamicList<label>& region() const
|
||||
{
|
||||
return region_;
|
||||
}
|
||||
|
||||
const DynamicList<label>& faceOwner()const
|
||||
const DynamicList<label>& faceOwner() const
|
||||
{
|
||||
return faceOwner_;
|
||||
}
|
||||
|
||||
const DynamicList<label>& faceNeighbour()const
|
||||
const DynamicList<label>& faceNeighbour() const
|
||||
{
|
||||
return faceNeighbour_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user