A minor typo ...
This commit is contained in:
parent
f71b436120
commit
926286b969
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public :
|
||||||
theBest(_theBest), boolOpt(true) {}
|
theBest(_theBest), boolOpt(true) {}
|
||||||
|
|
||||||
/** Compute the FDC - either from best in pop, or from absolute best
|
/** Compute the FDC - either from best in pop, or from absolute best
|
||||||
* if it was past in the constructor
|
* if it was passed in the constructor
|
||||||
*/
|
*/
|
||||||
virtual void operator()(const eoPop<EOT>& _pop)
|
virtual void operator()(const eoPop<EOT>& _pop)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Reference in a new issue