mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cosmetics
This commit is contained in:
@ -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_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user