Fixed bug in reset() for velocity create loop geom

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1456 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2008-02-03 20:34:15 +00:00
parent a184c37847
commit 2a2516693b
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ void RanPark::reset(int ibase, double *coord)
// warm up the RNG
for (i = 0; i < 5; i++) uniform();
save = 0;
}
/* ---------------------------------------------------------------------- */