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

This commit is contained in:
sjplimp
2010-01-11 22:22:03 +00:00
parent 9a61efc415
commit 202fe18b18
2 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ FixDeposit::FixDeposit(LAMMPS *lmp, int narg, char **arg) :
options(narg-7,&arg[7]);
// error check on region and its extent being inside simulation box
// error checks on region and its extent being inside simulation box
if (iregion == -1) error->all("Must specify a region in fix deposit");
if (domain->regions[iregion]->bboxflag == 0)