From b4489fea0695ee360ddd57a7e83488019910db9d Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 17 Mar 2000 14:50:07 +0000 Subject: [PATCH] Reindent Guido's bogus indentations git-svn-id: https://svn.dealii.org/trunk@2592 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }; -- 2.39.5