From 8e6c4805eee40e5638f60827dcac9daee4e257ff Mon Sep 17 00:00:00 2001 From: verel Date: Mon, 8 Nov 2010 14:43:35 +0000 Subject: [PATCH] Add the include moEvalsContinuator.h into mo.h git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1996 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/explorer/moTSexplorer.h | 2 ++ trunk/paradiseo-mo/src/mo.h | 1 + 2 files changed, 3 insertions(+) diff --git a/trunk/paradiseo-mo/src/explorer/moTSexplorer.h b/trunk/paradiseo-mo/src/explorer/moTSexplorer.h index 77beafc6b..4f50dd925 100644 --- a/trunk/paradiseo-mo/src/explorer/moTSexplorer.h +++ b/trunk/paradiseo-mo/src/explorer/moTSexplorer.h @@ -188,6 +188,8 @@ public: else { isAccept=false; } + + std::cout << (*best) ; }; diff --git a/trunk/paradiseo-mo/src/mo.h b/trunk/paradiseo-mo/src/mo.h index 5f3b8071f..7a5c03eb2 100755 --- a/trunk/paradiseo-mo/src/mo.h +++ b/trunk/paradiseo-mo/src/mo.h @@ -71,6 +71,7 @@ #include #include #include +#include #include #include #include