Fix numerous shadow-warnings for GCC<=4.8

This commit is contained in:
Christoph Hertzberg
2018-08-28 18:32:39 +02:00
parent ef4d79fed8
commit 73ca600bca
18 changed files with 58 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include "../../test/sparse_solver.h"
#include <Eigen/src/IterativeSolvers/DGMRES.h>
#include <unsupported/Eigen/IterativeSolvers>
template<typename T> void test_dgmres_T()
{