change #include <newmo> in <mo>
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1714 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
dd66b5e4bd
commit
b957c0bbb6
2 changed files with 2 additions and 2 deletions
|
|
@ -35,6 +35,6 @@
|
||||||
#ifndef __newmo
|
#ifndef __newmo
|
||||||
#define __newmo
|
#define __newmo
|
||||||
|
|
||||||
#include "newmo.h"
|
#include "mo.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ using namespace std;
|
||||||
#include <neighborhood/moOrderNeighborhood.h>
|
#include <neighborhood/moOrderNeighborhood.h>
|
||||||
#include <oneMaxBitNeighbor.h>
|
#include <oneMaxBitNeighbor.h>
|
||||||
|
|
||||||
#include <newmo>
|
#include <mo>
|
||||||
|
|
||||||
#include <eval/moFullEvalByModif.h>
|
#include <eval/moFullEvalByModif.h>
|
||||||
#include <eval/moFullEvalByCopy.h>
|
#include <eval/moFullEvalByCopy.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue