STYLE: use globalIndex localSize(), totalSize() in more places

- more explicit meaning than offset(), size() - respectively.
This commit is contained in:
Mark Olesen
2022-02-16 11:15:44 +01:00
parent 055a7b29e0
commit 59dbee741f
21 changed files with 87 additions and 73 deletions

View File

@ -452,7 +452,7 @@ public:
//- Range of global indices that can be returned.
virtual label globalSize() const
{
return globalTris().size();
return globalTris().totalSize();
}
virtual void findNearest