]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move some declarations to a place where they really belong
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jul 2006 13:39:03 +0000 (13:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jul 2006 13:39:03 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@13375 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.h

index ad67e13436ddb0f71dedad0d822453a6ee7f4ec6..a006608be169efc1b90a92a1bd270e1cecc41491 100644 (file)
@@ -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

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.