Modif resulting of default template

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1246 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2008-11-10 14:35:34 +00:00
commit 28f34e1dde
2 changed files with 3 additions and 3 deletions

View file

@ -67,10 +67,10 @@ typedef moeoRealObjectiveVector < Sch1ObjectiveVectorTraits > Sch1ObjectiveVecto
// multi-objective evolving object for the Sch1 problem
class Sch1 : public moeoRealVector < Sch1ObjectiveVector, double, double >
class Sch1 : public moeoRealVector < Sch1ObjectiveVector >
{
public:
Sch1() : moeoRealVector < Sch1ObjectiveVector, double, double > (1)
Sch1() : moeoRealVector < Sch1ObjectiveVector > (1)
{}
};

View file

@ -44,7 +44,7 @@
/**
* Structure of the genotype for the flow-shop scheduling problem: a vector of unsigned int int.
*/
class FlowShop: public moeoVector < FlowShopObjectiveVector , double , double , unsigned int >
class FlowShop: public moeoVector < FlowShopObjectiveVector , unsigned int >
{
public: