Method add is corrected in moSimpleSolutionTabuList.h

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@876 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2008-01-14 09:15:40 +00:00
commit ff55f03920

View file

@ -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);