fix warning about useless arg
This commit is contained in:
parent
ef0e6531ee
commit
009ef5e1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ template <class EOT> class eoStochasticUniversalSelect: public eoSelectOne<EOT>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// Sanity check
|
/// Sanity check
|
||||||
eoStochasticUniversalSelect(const eoPop<EOT>& pop = eoPop<EOT>())
|
eoStochasticUniversalSelect(/*const eoPop<EOT>& pop = eoPop<EOT>()*/)
|
||||||
{
|
{
|
||||||
if (minimizing_fitness<EOT>())
|
if (minimizing_fitness<EOT>())
|
||||||
throw eoException("eoStochasticUniversalSelect: minimizing fitness");
|
throw eoException("eoStochasticUniversalSelect: minimizing fitness");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue