]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove stray 'typename' keywords.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 May 2013 15:11:59 +0000 (15:11 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 May 2013 15:11:59 +0000 (15:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@29495 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/trilinos_vector_base.h

index f9c2145a9012700a451fd47508c4c09c39340761..bd180641b9b28151eba034eb3e19edc222131d0a 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -1262,7 +1262,7 @@ namespace TrilinosWrappers
 
 
   inline
-  typename VectorBase::iterator
+  VectorBase::iterator
   VectorBase::begin()
   {
     return (*vector)[0];
@@ -1271,7 +1271,7 @@ namespace TrilinosWrappers
 
 
   inline
-  typename VectorBase::iterator
+  VectorBase::iterator
   VectorBase::end()
   {
     return (*vector)[0]+local_size();
@@ -1280,7 +1280,7 @@ namespace TrilinosWrappers
 
 
   inline
-  typename VectorBase::const_iterator
+  VectorBase::const_iterator
   VectorBase::begin() const
   {
     return (*vector)[0];
@@ -1289,7 +1289,7 @@ namespace TrilinosWrappers
 
 
   inline
-  typename VectorBase::const_iterator
+  VectorBase::const_iterator
   VectorBase::end() const
   {
     return (*vector)[0]+local_size();

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.