initialze omega and angmom when read data file

This commit is contained in:
Steve Plimpton
2020-05-15 13:07:34 -06:00
parent 20ad924a54
commit f1a9eab5da
6 changed files with 14 additions and 2 deletions

View File

@ -38,6 +38,7 @@ class AtomVecSphere : public AtomVec {
private:
double *radius,*rmass;
double **omega;
int radvary;
double radius_one,rmass_one;