]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove the ::swap function from the Vector module, since it is the only
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 12 Jan 2006 05:10:21 +0000 (05:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 12 Jan 2006 05:10:21 +0000 (05:10 +0000)
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

index 3297279143812d14338cc5f36a4d39db5d61f9eb..ca4dcfddcb0d650a4550f12c5d547463b1c66939 100644 (file)
@@ -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

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.