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

This commit is contained in:
sjplimp
2007-10-09 23:40:36 +00:00
parent fa461b908b
commit 255b8fc0d9
8 changed files with 12 additions and 7 deletions

View File

@ -43,6 +43,8 @@ FixDeposit::FixDeposit(LAMMPS *lmp, int narg, char **arg) :
nfreq = atoi(arg[5]);
seed = atoi(arg[6]);
if (seed <= 0) error->all("Illegal fix deposit command");
// set defaults
iregion = -1;