diff --git a/src/random_park.cpp b/src/random_park.cpp index 91a97183b5..34baa1aa5c 100644 --- a/src/random_park.cpp +++ b/src/random_park.cpp @@ -133,6 +133,8 @@ void RanPark::reset(int ibase, double *coord) // warm up the RNG for (i = 0; i < 5; i++) uniform(); + + save = 0; } /* ---------------------------------------------------------------------- */