git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1656 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -39,11 +39,9 @@ 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
|
||||
Compute *tbias; // ptr to additional bias compute
|
||||
|
||||
void dof_compute();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user