mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2640 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5086d7f399
commit
de4329631f
|
@ -185,7 +185,7 @@ void Modify::init()
|
|||
// b/c some may be holdovers from previous run, like for ave fixes
|
||||
|
||||
for (i = 0; i < ncompute; i++) compute[i]->init();
|
||||
modify->addstep_compute_all(update->ntimestep);
|
||||
addstep_compute_all(update->ntimestep);
|
||||
|
||||
// init each fix
|
||||
|
||||
|
|
Loading…
Reference in New Issue