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

This commit is contained in:
sjplimp 2014-05-13 13:02:47 +00:00
parent d543c0199e
commit 80a5640cc2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ FixBondSwap::FixBondSwap(LAMMPS *lmp, int narg, char **arg) :
{
if (lmp->citeme) lmp->citeme->add(cite_fix_bond_swap);
if (narg != 6) error->all(FLERR,"Illegal fix bond/swap command");
if (narg != 7) error->all(FLERR,"Illegal fix bond/swap command");
nevery = force->inumeric(FLERR,arg[3]);
if (nevery <= 0) error->all(FLERR,"Illegal fix bond/swap command");