diff --git a/branches/newMo/src/explorer/moSimpleHCexplorer.h b/branches/newMo/src/explorer/moSimpleHCexplorer.h index b8c9fbbd3..b4ba9d925 100644 --- a/branches/newMo/src/explorer/moSimpleHCexplorer.h +++ b/branches/newMo/src/explorer/moSimpleHCexplorer.h @@ -114,8 +114,7 @@ public: private: - // attention il faut que le constructeur vide existe - //(Pointeurs) on the best and the current neighbor + //Pointer on the best and the current neighbor Neighbor* best; Neighbor* current; diff --git a/branches/newMo/src/newmo.h b/branches/newMo/src/newmo.h index fbfd72fb8..58a47d056 100755 --- a/branches/newMo/src/newmo.h +++ b/branches/newMo/src/newmo.h @@ -42,7 +42,6 @@ #include #include -#include #include #include @@ -52,7 +51,6 @@ #include #include #include -#include #include #include diff --git a/branches/newMo/src/neighborhood/moEmptyNeighbor.h b/branches/newMo/src/unused/moEmptyNeighbor.h similarity index 100% rename from branches/newMo/src/neighborhood/moEmptyNeighbor.h rename to branches/newMo/src/unused/moEmptyNeighbor.h