]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix duplicated implementation of a function -- how did I miss that?
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jun 2009 23:39:43 +0000 (23:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jun 2009 23:39:43 +0000 (23:39 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18976 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_block_vector.cc

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.