1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-25 03:02:02 +01:00

Hadrons: eigenpack load module with 32bit I/O

This commit is contained in:
2018-10-02 21:07:56 +01:00
parent 118cca4681
commit b351103c29
3 changed files with 5 additions and 3 deletions

View File

@ -228,7 +228,8 @@ template <typename F, typename FIo = F>
class EigenPack
{
public:
typedef F Field;
typedef F Field;
typedef FIo FieldIo;
public:
std::vector<RealD> eval;
std::vector<F> evec;