https://github.com/paboyle/Grid
Raw File
Tip revision: fe6860b4dd332dfc618c9d139c54f8bc684a0b2d authored by paboyle on 27 April 2018, 07:57:34 UTC
Update with LIME library guard
Tip revision: fe6860b
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