From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Thu, 13 Jul 2006 13:39:03 +0000 (+0000)
Subject: Move some declarations to a place where they really belong
X-Git-Tag: v8.0.0~11581
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34ef3f8873c02dd004097df2149dcef19796293;p=dealii.git

Move some declarations to a place where they really belong

git-svn-id: https://svn.dealii.org/trunk@13375 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h
index ad67e13436..a006608be1 100644
--- a/deal.II/lac/include/lac/sparse_matrix.h
+++ b/deal.II/lac/include/lac/sparse_matrix.h
@@ -1,6 +1,6 @@
 //---------------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$
+//    Version: $Name:  $
 //
 //    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
@@ -741,18 +741,6 @@ class SparseMatrix : public virtual Subscriptor
               const unsigned int j,
 	      const number value);
     
-				     /**
-				      * Multiply the entire matrix by a
-				      * fixed factor.
-				      */
-    SparseMatrix & operator *= (const number factor);
-    
-				     /**
-				      * Divide the entire matrix by a
-				      * fixed factor.
-				      */
-    SparseMatrix & operator /= (const number factor);
-    
 				     /**
 				      * Add <tt>value</tt> to the
 				      * element (<i>i,j</i>).  Throws
@@ -766,6 +754,18 @@ class SparseMatrix : public virtual Subscriptor
               const unsigned int j,
 	      const number value);
 
+				     /**
+				      * Multiply the entire matrix by a
+				      * fixed factor.
+				      */
+    SparseMatrix & operator *= (const number factor);
+    
+				     /**
+				      * Divide the entire matrix by a
+				      * fixed factor.
+				      */
+    SparseMatrix & operator /= (const number factor);
+    
 				     /**
 				      * Symmetrize the matrix by
 				      * forming the mean value between