From ff55f03920b5230b03500c2d37fbd5b9c43cd179 Mon Sep 17 00:00:00 2001 From: jboisson Date: Mon, 14 Jan 2008 09:15:40 +0000 Subject: [PATCH] Method add is corrected in moSimpleSolutionTabuList.h git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@876 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h b/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h index 0e951f3f9..0cc07c9b9 100755 --- a/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h +++ b/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h @@ -89,7 +89,7 @@ class moSimpleSolutionTabuList: public moTabuList < M > add (const M & __move, const EOT & __sol) { M _move=(M)__move; - EOT _sol=(EOT) _sol; + EOT _sol=(EOT) __sol; _move(_sol);