From: bangerth Date: Thu, 13 Jul 2006 13:39:03 +0000 (+0000) Subject: Move some declarations to a place where they really belong X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f48a892f5111043b947760cea0da343c7d7bd0e;p=dealii-svn.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 value to the * element (i,j). 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