Remove more redundant variables

This commit is contained in:
Stan Gerald Moore
2022-12-13 10:56:56 -07:00
parent a94ec5fdf7
commit bd2001578b
16 changed files with 17 additions and 64 deletions

View File

@ -36,7 +36,7 @@ class AtomVecSphere : virtual public AtomVec {
void pack_data_pre(int) override;
void pack_data_post(int) override;
private:
protected:
double *radius, *rmass;
double **omega;