bugfix/update

This commit is contained in:
Axel Kohlmeyer
2014-11-01 00:43:51 -04:00
parent 4a07b74790
commit 1e0d8a1e14
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#define COLVARMODULE_H
#ifndef COLVARS_VERSION
#define COLVARS_VERSION "2014-10-30"
#define COLVARS_VERSION "2014-10-31"
#endif
#ifndef COLVARS_DEBUG

View File

@ -40,7 +40,6 @@ class FixRecenter : public Fix {
int xinitflag,yinitflag,zinitflag;
int nlevels_respa;
double xcom,ycom,zcom,xinit,yinit,zinit,masstotal,distance,shift[3];
int nlevels_respa;
};
}