From f6fd0df2692219a67dbcb35540731a0c08044ed3 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 5 May 2000 13:34:00 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@2797 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparsity_pattern.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index 7118b92a63..f2684096ea 100644 --- a/deal.II/lac/source/sparsity_pattern.cc +++ b/deal.II/lac/source/sparsity_pattern.cc @@ -268,7 +268,7 @@ SparsityPattern::reinit (const unsigned int m, *max_element(row_lengths.begin(), row_lengths.end())); -// allocate memory for the rowstart + // allocate memory for the rowstart // values, if necessary if (rows > max_dim) { @@ -333,7 +333,7 @@ SparsityPattern::compress () unsigned int *new_colnums = new unsigned int[nonzero_elements]; -// reserve temporary storage to + // reserve temporary storage to // store the entries of one row vector tmp_entries (max_row_length); -- 2.39.5