Add the include moValueStat in mo.h

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2046 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-12-29 10:51:29 +00:00
commit 66ce199e6a
2 changed files with 3 additions and 1 deletions

View file

@ -102,7 +102,8 @@ public:
init(_solution); init(_solution);
//eval the _solution moved with the neighbor and stock the result in the neighbor //eval the _solution moved with the neighbor and stock the result in the neighbor
fulleval(_solution); if (_solution.invalid())
fulleval(_solution);
}; };
/** /**

View file

@ -66,6 +66,7 @@
#include <continuator/moBestSoFarStat.h> #include <continuator/moBestSoFarStat.h>
#include <continuator/moBestFitnessStat.h> #include <continuator/moBestFitnessStat.h>
#include <continuator/moUnsignedStat.h> #include <continuator/moUnsignedStat.h>
#include <continuator/moValueStat.h>
#include <continuator/moBooleanStat.h> #include <continuator/moBooleanStat.h>
#include <continuator/moCheckpoint.h> #include <continuator/moCheckpoint.h>
#include <continuator/moCombinedContinuator.h> #include <continuator/moCombinedContinuator.h>