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