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

This commit is contained in:
sjplimp
2009-04-29 16:54:06 +00:00
parent 8515f83a1c
commit 16ef076c31
11 changed files with 627 additions and 54 deletions

View File

@ -39,9 +39,6 @@ class ComputeTempRamp : public Compute {
double v_lo,v_hi;
int scaleflag,fix_dof;
double tfactor,xscale,yscale,zscale;
double vbias[3]; // stored velocity bias for one atom
double **vbiasall; // stored velocity bias for all atoms
int maxbias; // size of vbiasall array
void dof_compute();
};