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

Warning elimination; drop to -O2 on G++ bad versions

This commit is contained in:
paboyle
2017-05-06 14:44:49 +01:00
parent 1d96f662e3
commit 2439999ec8
8 changed files with 20 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#ifndef GRID_LATTICE_REDUCTION_H
#define GRID_LATTICE_REDUCTION_H
#include <Grid/Eigen/Dense>
#include <Grid/Grid_Eigen_Dense.h>
namespace Grid {
#ifdef GRID_WARN_SUBOPTIMAL