mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Adapt o2o to untangling of getCG() by @danielque
This commit is contained in:
@ -218,7 +218,7 @@ public:
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
void extractCollected(T*&, T**&, int width=1) const;
|
void extractCollected(T*&, T**&, int width=1) const;
|
||||||
|
|
||||||
void setCG() { particleCloud_.setCG(lmp->force->cg()); }
|
scalar getCG() const { return lmp->force->cg(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user