git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6033 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-04-29 15:52:26 +00:00
parent 995a92b9f3
commit 199c005d93
10 changed files with 601 additions and 153 deletions

View File

@ -36,7 +36,7 @@ class ComputeTempSphere : public Compute {
void restore_bias(int, double *);
private:
int fix_dof;
int fix_dof,mode;
double tfactor;
double *inertia;
char *id_bias;