]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove a typename
authorTimo Heister <timo.heister@gmail.com>
Wed, 30 Oct 2013 01:07:57 +0000 (01:07 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 30 Oct 2013 01:07:57 +0000 (01:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@31486 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/precondition_chebyshev_01.cc

index db631ae9eae7dd4df78a1508c67b5e7709ed3eec..0baf1f97856e3e1cb439d7ee7abbf6bcb8d442dc 100644 (file)
@@ -58,7 +58,7 @@ check()
     in(i) = (double)rand()/RAND_MAX;
 
   PreconditionChebyshev<FullMatrixModified,Vector<double> > prec;
-  typename PreconditionChebyshev<FullMatrixModified,Vector<double> >::AdditionalData
+  PreconditionChebyshev<FullMatrixModified,Vector<double> >::AdditionalData
     data;
   data.smoothing_range = 2 * size;
   data.degree = 3;

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.