mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
remove superfluous method getNumberOfParticles.
This commit is contained in:
@ -218,8 +218,6 @@ public:
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
void extractCollected(T*&, T**&, int width=1) const;
|
void extractCollected(T*&, T**&, int width=1) const;
|
||||||
|
|
||||||
int getNumberOfParticles() const;
|
|
||||||
|
|
||||||
void setCG() { particleCloud_.setCG(lmp->force->cg()); }
|
void setCG() { particleCloud_.setCG(lmp->force->cg()); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user