several fix of minor warnings
This commit is contained in:
parent
1cdbb036d3
commit
0332920d63
14 changed files with 22 additions and 20 deletions
|
|
@ -93,10 +93,10 @@ public:
|
|||
/**
|
||||
The implementation selects an individual from the fertile pop
|
||||
|
||||
@param _pop the source population
|
||||
@param unused
|
||||
@return the selected guy
|
||||
*/
|
||||
const EOT& operator()(const eoPop<EOT>& _pop)
|
||||
const EOT& operator()(const eoPop<EOT>& )
|
||||
{
|
||||
return select(actualPop);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue