replace TODO comments by @ŧodo doxygen command
This commit is contained in:
parent
91c1697701
commit
4310aaf5cc
10 changed files with 13 additions and 12 deletions
|
|
@ -251,7 +251,7 @@ public :
|
|||
} while ( ( (tmp1.size()<Min) || (tmp2.size()<Min) ||
|
||||
(tmp1.size()>Max) || (tmp2.size()>Max) )
|
||||
&& (index<10000) );
|
||||
// FIXME bad hardcoded limit, should use an algorithm that guarantee a correct size in a finite number of tries
|
||||
//! @todo FIXME bad hardcoded limit, should use an algorithm that guarantee a correct size in a finite number of tries
|
||||
if (index >= 10000)
|
||||
{
|
||||
eo::log << eo::warnings << "Warning: impossible to generate individual of the right size in 10000 trials" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue