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

This commit is contained in:
sjplimp
2008-03-21 00:14:38 +00:00
parent a49e234a37
commit 2e8b9cf4b4
18 changed files with 188 additions and 447 deletions

View File

@ -34,11 +34,10 @@ class ComputeTempCOM : public Compute {
private:
int fix_dof;
double tfactor,masstotal;
double vbias[3]; // stored velocity bias for one atom
Compute *tbias; // ptr to additional bias compute
void dof_compute();
};
}