Minor changes in eoRNG.h

This commit is contained in:
victor 1999-12-21 13:39:42 +00:00
commit 7d3e4c83f2

View file

@ -197,7 +197,7 @@ public :
{
if (total == 0)
{ // count
for (int i = 0; i < vec.size(); ++i)
for (unsigned i = 0; i < vec.size(); ++i)
total += vec[i];
}