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

@ -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: