correct uninitialized data access bug due to shadowing of a base class member

This commit is contained in:
Axel Kohlmeyer
2021-11-16 10:46:09 -05:00
parent e890a0b45e
commit 9f4626a62a

View File

@ -43,7 +43,6 @@ class ComputeTempRotate : public Compute {
double memory_usage();
private:
int fix_dof;
double tfactor, masstotal;
double **vbiasall; // stored velocity bias for all atoms
int maxbias; // size of vbiasall array