From 822c4b0fd758368b6e5348c7757aa90db9ac32f0 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Wed, 20 Jan 2010 13:10:08 +0000 Subject: [PATCH] encore un peu de nettoyage git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1658 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/newMo/src/explorer/moSimpleHCexplorer.h | 3 +-- branches/newMo/src/newmo.h | 2 -- branches/newMo/src/{neighborhood => unused}/moEmptyNeighbor.h | 0 3 files changed, 1 insertion(+), 4 deletions(-) rename branches/newMo/src/{neighborhood => unused}/moEmptyNeighbor.h (100%) 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