From: wolf Date: Fri, 5 May 2000 13:34:00 +0000 (+0000) Subject: Reindent. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6fd0df2692219a67dbcb35540731a0c08044ed3;p=dealii-svn.git Reindent. git-svn-id: https://svn.dealii.org/trunk@2797 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);