]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 May 2000 13:34:00 +0000 (13:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 May 2000 13:34:00 +0000 (13:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@2797 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparsity_pattern.cc

index 7118b92a639e28a9785010a6b6ff96b8ec764f8a..f2684096ea960320cbab0fdaf48cee2a4812a85b 100644 (file)
@@ -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<unsigned int> tmp_entries (max_row_length);
   

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.