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:
@ -133,6 +133,8 @@ void RanPark::reset(int ibase, double *coord)
|
||||
// warm up the RNG
|
||||
|
||||
for (i = 0; i < 5; i++) uniform();
|
||||
|
||||
save = 0;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user