From aa2699a038b601d4fd831e2cdd1a43ca94ac451f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Oct 2016 14:22:18 -0600 Subject: [PATCH] Do not use 'typename' outside templates. --- tests/lac/solver_memorytest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lac/solver_memorytest.cc b/tests/lac/solver_memorytest.cc index ea3a50f9ff..2145fccbac 100644 --- a/tests/lac/solver_memorytest.cc +++ b/tests/lac/solver_memorytest.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1998 - 2015 by the deal.II authors +// Copyright (C) 1998 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -97,7 +97,7 @@ int main() check_solve >(A,u,f); // test use_default_residual=false case - check_solve >(A,u,f, typename SolverGMRES<>::AdditionalData(30, false, false)); + check_solve >(A,u,f, SolverGMRES<>::AdditionalData(30, false, false)); deallog.pop(); } -- 2.39.5