diff --git a/trunk/paradiseo-mo/test/moTestClass.h b/trunk/paradiseo-mo/test/moTestClass.h index b31b15d7c..f9ec930ea 100644 --- a/trunk/paradiseo-mo/test/moTestClass.h +++ b/trunk/paradiseo-mo/test/moTestClass.h @@ -85,7 +85,7 @@ public: virtual bool hasNeighbor(EOT & _solution) { bool res; - if (i%3==0) + if (i%3==0 || i==1) res=false; else res=true;