From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 05:10:21 +0000 (+0000) Subject: Remove the ::swap function from the Vector module, since it is the only X-Git-Tag: v8.0.0~12669 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112a5ddb93552492a7b4805244631748abe86447;p=dealii.git 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 --- 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::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 &u, u.swap (v); } - -/*@}*/ - #endif