bug correction for the time when empty is used

This commit is contained in:
HRN
2025-02-14 22:50:28 +03:30
parent 191801b344
commit 774afd5f37
5 changed files with 7 additions and 60 deletions

View File

@ -40,12 +40,8 @@ private:
word regionType_;
uint32 maxNumberOfParticles_ = 10000;
Logical mortonSorting_;
realx3Vector sortByMortonCode(const realx3Vector& position)const;
protected:
@ -83,12 +79,6 @@ public:
return mortonSorting_();
}
inline
auto maxNumberOfParticles()const
{
return maxNumberOfParticles_;
}
virtual uint32 numPoints()const = 0;
virtual uint32 size()const = 0;