From: Wolfgang Bangerth Date: Fri, 17 Mar 2000 14:50:07 +0000 (+0000) Subject: Reindent Guido's bogus indentations X-Git-Tag: v8.0.0~20780 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5c9cee312a7311ecfe3a09c795fdd82b513aa1;p=dealii.git Reindent Guido's bogus indentations git-svn-id: https://svn.dealii.org/trunk@2592 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 3fa840c0fd..3fcc408d62 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -70,7 +70,7 @@ class SparseMatrix : public Subscriptor SparseMatrix (const SparseMatrix &); -/** + /** * Constructor. Takes the given matrix * sparsity structure to represent the * sparsity pattern of this matrix. You @@ -97,7 +97,7 @@ class SparseMatrix : public Subscriptor SparseMatrix& operator = (const SparseMatrix &); -/** + /** * Reinitialize the object but keep to * the sparsity pattern previously used. * This may be necessary if you #reinit#'d @@ -649,7 +649,7 @@ class SparseMatrix : public Subscriptor somenumber *partial_norm) const; -// make all other sparse matrices + // make all other sparse matrices // friends template friend class SparseMatrix; };