diff --git a/eo/src/eoLottery.h b/eo/src/eoLottery.h index d9816d5b..a79b83da 100644 --- a/eo/src/eoLottery.h +++ b/eo/src/eoLottery.h @@ -63,7 +63,7 @@ template class eoLottery: public eoBinPopOp */ void operator()( eoPop& pop, eoPop& breeders) { - int target = static_cast(rate_ * pop.size()); + size_t target = static_cast(rate_ * pop.size()); /* Gustavo: uncomment this if it must be here // test of consistency