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

This commit is contained in:
sjplimp
2008-05-15 22:42:47 +00:00
parent 2ff3e6f768
commit dc41c79c3c
8 changed files with 4 additions and 16 deletions

View File

@ -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];