git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2367 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -693,7 +693,7 @@ int Modify::find_compute(char *id)
|
||||
void Modify::clearstep_compute()
|
||||
{
|
||||
for (int icompute = 0; icompute < ncompute; icompute++)
|
||||
compute[list_timeflag[icompute]]->invoked_flag = 0;
|
||||
compute[icompute]->invoked_flag = 0;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user