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
|
||||
#ifdef WITH_EIGEN
|
||||
#include <Eigen/Dense>
|
||||
typedef typename edoNormalMulti<EOT>::Vector Vector;
|
||||
typedef typename edoNormalMulti<EOT>::Matrix Matrix;
|
||||
typedef edoNormalMulti<EOT>::Vector Vector;
|
||||
typedef edoNormalMulti<EOT>::Matrix Matrix;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue