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

This commit is contained in:
sjplimp 2011-03-29 23:41:25 +00:00
parent 1eb3bade21
commit 07f0f6186b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ FixLangevin::FixLangevin(LAMMPS *lmp, int narg, char **arg) :
for (int i = 1; i <= atom->ntypes; i++) ratio[i] = 1.0;
tally = 0;
zeroflag = 1;
zeroflag = 0;
int iarg = 7;
while (iarg < narg) {