From baac22be7d88e51b28d0d3282d31fef79ee9e6a4 Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Thu, 12 Jan 2006 05:10:21 +0000
Subject: [PATCH] Remove the ::swap function from the Vector module, since it
 is the only function there. It is listed as @relates to the BlockVector
 already, which should suffice.

git-svn-id: https://svn.dealii.org/trunk@11993 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/lac/include/lac/block_vector.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h
index 3297279143..ca4dcfddcb 100644
--- a/deal.II/lac/include/lac/block_vector.h
+++ b/deal.II/lac/include/lac/block_vector.h
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -455,10 +455,6 @@ void BlockVector<Number>::scale (const BlockVector2 &v)
 #endif // DOXYGEN
 
 
-/*! @addtogroup Vectors
- *@{
- */
-
 /**
  * Global function which overloads the default implementation
  * of the C++ standard library which uses a temporary object. The
@@ -475,7 +471,4 @@ void swap (BlockVector<Number> &u,
   u.swap (v);
 }
 
-
-/*@}*/
-
 #endif
-- 
2.39.5