https://github.com/paboyle/Grid
Raw File
Tip revision: fa5d8702cb30f296f3ab0261e8ca7219d88f3ff1 authored by Guido Cossu on 10 May 2018, 16:55:05 UTC
Debugging offsets in BinaryIO
Tip revision: fa5d870
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