Adding typedef EOT EOType ;
This commit is contained in:
parent
30ceb2bf45
commit
4127f42603
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
template<class EOT> class eoEvalFunc : public eoUF<EOT&, void>
|
||||
{
|
||||
public :
|
||||
|
||||
typedef EOT EOType;
|
||||
|
||||
typedef typename EOT::Fitness EOFitT;
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue