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

This commit is contained in:
sjplimp
2012-02-06 16:58:46 +00:00
parent 5f580b66d7
commit c81b8c5d04
9 changed files with 503 additions and 566 deletions

View File

@ -930,7 +930,7 @@ void Input::boundary()
{
if (domain->box_exist)
error->all(FLERR,"Boundary command after simulation box is defined");
domain->set_boundary(narg,arg);
domain->set_boundary(narg,arg,0);
}
/* ---------------------------------------------------------------------- */