]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Removed a double declarartion.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 25 Jun 2009 10:28:02 +0000 (10:28 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 25 Jun 2009 10:28:02 +0000 (10:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@18972 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/full_matrix.h
deal.II/lac/source/trilinos_block_vector.cc

index 1b60fed51ac1d6194bb3ab5f2a338fec975c7de9..ee6df736c7305390812ea030d4c122c117bb23fc 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index 3ab97b6054d65044aa0a689ad669a0ae7d342762..2bcbeff550b76fa04b697c65f8d175bfa8adc856 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2008 by the deal.II authors
+//    Copyright (C) 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -48,21 +48,6 @@ namespace TrilinosWrappers
 
 
 
-    template <typename Number>
-    BlockVector &
-    BlockVector::operator = (const ::dealii::BlockVector<Number> &v)
-    {
-      Assert (n_blocks() == v.n_blocks(),
-             ExcDimensionMismatch(n_blocks(),v.n_blocks()));
-
-      for (unsigned int i=0; i<this->n_blocks(); ++i)
-       this->components[i] = v.block(i);
-
-      return *this;
-    }
-
-
-
     BlockVector &
     BlockVector::operator = (const ::dealii::TrilinosWrappers::BlockVector &v)
     {

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.