Forgot test.
This commit is contained in:
parent
fc2ea957a4
commit
0f1add5c6a
3 changed files with 80 additions and 5 deletions
|
|
@ -39,10 +39,7 @@ paradiseo::smp::PolicyElement<EOT>::PolicyElement(eoSelect<EOT>& _selection, eoC
|
|||
template <class EOT>
|
||||
bool paradiseo::smp::PolicyElement<EOT>::operator()(const eoPop<EOT>& _pop)
|
||||
{
|
||||
// DEBUG
|
||||
//static int i = 0;
|
||||
//std::cout << " " << std::this_thread::get_id() << std::endl;
|
||||
//i++;
|
||||
|
||||
// END DEBUG
|
||||
|
||||
return criterion(_pop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue