]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix indentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 18 Jan 2013 04:49:10 +0000 (04:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 18 Jan 2013 04:49:10 +0000 (04:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@28118 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/sparse_mic.templates.h

index 7fc1028b536fac8524b7000d5c1199dc387499b4..d4882c07fc7b8cedbd58740040d75d58a70ce841 100644 (file)
@@ -164,12 +164,12 @@ SparseMIC<number>::get_rowsum (const unsigned int row) const
   Assert(this->m()==this->n(), ExcNotQuadratic());
 
   const unsigned int *const first_after_diagonal = this->prebuilt_lower_bound[row];
-  number rowsum =  0;
+  number rowsum = 0;
   for (typename SparseMatrix<number>::const_iterator
       p = this->begin(row)+1;
       p != this->end(row); ++p)
     if (p->column() > p->row())
-    rowsum += p->value();
+      rowsum += p->value();
 
   return rowsum;
 }

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.