https://github.com/paboyle/Grid
Raw File
Tip revision: c709883f3f7bf8c73b7e6590d9b87644a1435793 authored by paboyle on 05 September 2017, 14:08:16 UTC
Merge branch 'hotfix/dirac-ITT-fix'
Tip revision: c709883
Grid_Eigen_Dense.h
#pragma once
#if defined __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
#include <Grid/Eigen/Dense>
#if defined __GNUC__
#pragma GCC diagnostic pop
#endif
back to top