]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not use 'typename' outside templates. 3194/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 4 Oct 2016 20:22:18 +0000 (14:22 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 4 Oct 2016 20:22:18 +0000 (14:22 -0600)
tests/lac/solver_memorytest.cc

index ea3a50f9ff03715ec443be1a5d411d1345502e91..2145fccbacc74f15985b4322b0815ad0505e3da4 100644 (file)
@@ -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<SolverQMRS<> >(A,u,f);
 
       // test use_default_residual=false case
-      check_solve<SolverGMRES<> >(A,u,f, typename SolverGMRES<>::AdditionalData(30, false, false));
+      check_solve<SolverGMRES<> >(A,u,f, SolverGMRES<>::AdditionalData(30, false, false));
 
       deallog.pop();
     }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.