bugfix: remove typename in some typedef in EDO tests under Eigen3
This commit is contained in:
parent
6eff32254e
commit
7e4bc9f01c
2 changed files with 5 additions and 5 deletions
|
|
@ -48,8 +48,8 @@ typedef EOT::AtomType AtomType;
|
||||||
#else
|
#else
|
||||||
#ifdef WITH_EIGEN
|
#ifdef WITH_EIGEN
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
typedef typename edoNormalMulti<EOT>::Vector Vector;
|
typedef edoNormalMulti<EOT>::Vector Vector;
|
||||||
typedef typename edoNormalMulti<EOT>::Matrix Matrix;
|
typedef edoNormalMulti<EOT>::Matrix Matrix;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ Authors:
|
||||||
|
|
||||||
typedef eoReal< eoMinimizingFitness > EOT;
|
typedef eoReal< eoMinimizingFitness > EOT;
|
||||||
typedef edoNormalMulti< EOT > Distrib;
|
typedef edoNormalMulti< EOT > Distrib;
|
||||||
typedef typename EOT::AtomType AtomType;
|
typedef EOT::AtomType AtomType;
|
||||||
|
|
||||||
#ifdef WITH_BOOST
|
#ifdef WITH_BOOST
|
||||||
#include <boost/numeric/ublas/vector.hpp>
|
#include <boost/numeric/ublas/vector.hpp>
|
||||||
|
|
@ -53,8 +53,8 @@ typedef typename EOT::AtomType AtomType;
|
||||||
#else
|
#else
|
||||||
#ifdef WITH_EIGEN
|
#ifdef WITH_EIGEN
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
typedef typename edoNormalMulti<EOT>::Vector Vector;
|
typedef edoNormalMulti<EOT>::Vector Vector;
|
||||||
typedef typename edoNormalMulti<EOT>::Matrix Matrix;
|
typedef edoNormalMulti<EOT>::Matrix Matrix;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue