cosmetics

This commit is contained in:
Mark Olesen 2008-10-24 10:52:59 +02:00
parent 2bb928ec8f
commit 8ffa04c892

View File

@ -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_;
}