forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6180 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f99f923320
commit
e5693fb5db
|
@ -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);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue