corrected moeo imports + comment old tests

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@884 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-01-16 10:02:00 +00:00
commit d665afe0b1
3 changed files with 8 additions and 2 deletions

View file

@ -52,6 +52,7 @@ double f (const Indi & _indi)
double peoPSOSeq ()
{
/*
clock_t beginSeq,endSeq;
double timeSeq;
const unsigned int VEC_SIZE = 2;
@ -98,6 +99,7 @@ double peoPSOSeq ()
endSeq=clock();
timeSeq = endSeq-beginSeq;
return timeSeq;
*/
}
void peoPSOPara(long int arg)