there was an issue on doBounderNo class tied to the default values of the ctor of mother class doBounder: fixed

This commit is contained in:
Caner Candan 2010-09-28 10:38:38 +02:00
commit ebb20c44c5
5 changed files with 22 additions and 3 deletions

18
test/t-bounderno.cpp Normal file
View file

@ -0,0 +1,18 @@
#include <eo>
#include <do>
#include <mo>
#include <utils/eoLogger.h>
#include <utils/eoParserLogger.h>
#include "Rosenbrock.h"
#include "Sphere.h"
typedef eoReal< eoMinimizingFitness > EOT;
int main(void)
{
doBounderNo< EOT > bounder;
return 0;
}