git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1653 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -237,9 +237,9 @@ void ComputeTempSphere::remove_bias_all()
|
||||
assume remove_bias() was previously called
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void ComputeTempSphere::restore_bias(double *v)
|
||||
void ComputeTempSphere::restore_bias(int i, double *v)
|
||||
{
|
||||
if (tbias) tbias->restore_bias(v);
|
||||
if (tbias) tbias->restore_bias(i,v);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user