fix for gcc-3.4
This commit is contained in:
parent
503ee25d9c
commit
521871a7ea
1 changed files with 9 additions and 5 deletions
|
|
@ -55,8 +55,12 @@
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
class eoEsChromInit : public eoRealInitBounded<EOT>
|
class eoEsChromInit : public eoRealInitBounded<EOT>
|
||||||
{
|
{
|
||||||
public :
|
public:
|
||||||
typedef typename EOT::Fitness FitT;
|
|
||||||
|
using eoEsChromInit< EOT >::size;
|
||||||
|
using eoEsChromInit< EOT >::theBounds;
|
||||||
|
|
||||||
|
typedef typename EOT::Fitness FitT;
|
||||||
|
|
||||||
/** Ctor: @param
|
/** Ctor: @param
|
||||||
* eoRealVectorBounds& _bounds : bounds for uniform initialization
|
* eoRealVectorBounds& _bounds : bounds for uniform initialization
|
||||||
|
|
|
||||||
Reference in a new issue