Adapt o2o to untangling of getCG() by @danielque

This commit is contained in:
Paul Kieckhefen
2018-12-04 15:08:34 +01:00
committed by GitHub
parent 51d10d7d0f
commit c3534493b6

View File

@ -218,7 +218,7 @@ public:
template <typename T>
void extractCollected(T*&, T**&, int width=1) const;
void setCG() { particleCloud_.setCG(lmp->force->cg()); }
scalar getCG() const { return lmp->force->cg(); }
};