Minor changes in eoRNG.h
This commit is contained in:
parent
bf3e77d97b
commit
7d3e4c83f2
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ public :
|
||||||
{
|
{
|
||||||
if (total == 0)
|
if (total == 0)
|
||||||
{ // count
|
{ // count
|
||||||
for (int i = 0; i < vec.size(); ++i)
|
for (unsigned i = 0; i < vec.size(); ++i)
|
||||||
total += vec[i];
|
total += vec[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue