]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Removed one obsolete function.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Nov 2008 07:41:07 +0000 (07:41 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Nov 2008 07:41:07 +0000 (07:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@17559 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_block_vector.cc

index acaa66ffbf5ca2798904e369a8a7db00c683ac22..c335dd5552660df37f04f7bb717ee409769a2eab 100644 (file)
@@ -166,19 +166,6 @@ namespace TrilinosWrappers
        components[i].compress();
     }
 
-
-
-    void
-    BlockVector::swap (BlockVector &v)
-    {
-      Assert (this->n_blocks() == v.n_blocks(),
-              ExcDimensionMismatch(this->n_blocks(), v.n_blocks()));
-  
-      for (unsigned int i=0; i<this->n_blocks(); ++i)
-        this->components[i].swap (v.components[i]);
-      ::dealii::swap (this->block_indices, v.block_indices);
-    }
-  
   } /* end of namespace MPI */
 
 

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.