Adding typedef EOT EOType ;

This commit is contained in:
cahon 2004-07-12 09:16:41 +00:00
commit 42819983dc

View file

@ -41,7 +41,6 @@
template<class EOT> class eoEvalFunc : public eoUF<EOT&, void> template<class EOT> class eoEvalFunc : public eoUF<EOT&, void>
{ {
public : public :
typedef EOT EOType; typedef EOT EOType;
typedef typename EOT::Fitness EOFitT; typedef typename EOT::Fitness EOFitT;