forked from lijiext/lammps
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:
parent
a184c37847
commit
2a2516693b
|
@ -133,6 +133,8 @@ void RanPark::reset(int ibase, double *coord)
|
|||
// warm up the RNG
|
||||
|
||||
for (i = 0; i < 5; i++) uniform();
|
||||
|
||||
save = 0;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue