git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1959 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2010-10-13 15:36:36 +00:00
commit 5a0b028bcf

View file

@ -53,7 +53,7 @@ int main() {
moRandomWalk<bitNeighbor> test1(nh, fullEval, eval, 3);
//test du 2eme constructeur
moRandomWalk<bitNeighbor> test2(nh, fullEval, eval, 3, cont);
moRandomWalk<bitNeighbor> test2(nh, fullEval, eval, cont);
std::cout << "[t-moRandomWalk] => OK" << std::endl;