No real change -> test commit

This commit is contained in:
paradiseo 2009-12-09 15:49:30 +00:00
commit a2703a8eab

View file

@ -63,8 +63,9 @@ public:
void operator () (POT & _po1)
{
for (unsigned i = 0; i < _po1.size (); i++)
_po1.bestPositions[i] = _po1[i];
//Set the bestPositions
_po1.bestPositions = _po1 ;
// set the fitness
_po1.best(_po1.fitness());
@ -74,4 +75,3 @@ public:
#endif /*_EOPARTICLEBESTINIT_H */