Adding typedef EOT EOType ;

This commit is contained in:
cahon 2004-07-12 08:57:38 +00:00
commit 4127f42603

View file

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