cleanup
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1720 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ea81cb7f3d
commit
4d5b8db81e
23 changed files with 44 additions and 62 deletions
|
|
@ -102,7 +102,7 @@ int main()
|
|||
// test with max > archive size
|
||||
moeoDetArchiveSelect <Solution> select1(archive, 10);
|
||||
select1(source, dest);
|
||||
for(int i=0; i< archive.size(); i++){
|
||||
for(unsigned int i=0; i< archive.size(); i++){
|
||||
assert(dest[i].objectiveVector()[0]==archive[i].objectiveVector()[0]);
|
||||
assert(dest[i].objectiveVector()[1]==archive[i].objectiveVector()[1]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue