git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1823 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -288,8 +288,6 @@ void FixAveTime::init()
|
||||
// set indices and check validity of all computes,fixes,variables
|
||||
// check that fix frequency is acceptable
|
||||
|
||||
int ilist = 0;
|
||||
|
||||
for (int i = 0; i < nvalues; i++) {
|
||||
if (which[i] == COMPUTE) {
|
||||
int icompute = modify->find_compute(ids[i]);
|
||||
@ -328,8 +326,7 @@ void FixAveTime::setup(int vflag)
|
||||
|
||||
void FixAveTime::end_of_step()
|
||||
{
|
||||
int i,j,k,m;
|
||||
double tmp;
|
||||
int i,m;
|
||||
|
||||
// skip if not step which requires doing something
|
||||
|
||||
@ -345,8 +342,6 @@ void FixAveTime::end_of_step()
|
||||
|
||||
modify->clearstep_compute();
|
||||
|
||||
int ilist = 0;
|
||||
|
||||
for (i = 0; i < nvalues; i++) {
|
||||
m = value2index[i];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user