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

This commit is contained in:
sjplimp 2011-05-20 16:16:48 +00:00
parent f99f923320
commit e5693fb5db
1 changed files with 1 additions and 1 deletions

View File

@ -1207,7 +1207,7 @@ void Input::run_style()
{
if (domain->box_exist == 0)
error->all("Run_style command before simulation box is defined");
update->create_integrate(narg,arg);
update->create_integrate(narg,arg,lmp->asuffix);
}
/* ---------------------------------------------------------------------- */