]> https://gitweb.dealii.org/ - dealii.git/commitdiff
This time, get previous commit right.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 May 2010 03:23:10 +0000 (03:23 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 May 2010 03:23:10 +0000 (03:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@21088 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/constraint_matrix.cc

index 741f41ee00eed7a11f5c205c3d16fe71ecf99a20..9c438495254413ad0c907fb9ad379369e5bfc09f 100644 (file)
@@ -1226,13 +1226,8 @@ void ConstraintMatrix::condense (CompressedSetSparsityPattern &sparsity) const
                        new_col = lines[distribute[column]].entries[q].first;
 
                      sparsity.add (row, new_col);
-
-                     const unsigned int new_rowlength = sparsity.row_length(row);
-                     //                      if ((new_col < column) && (old_rowlength != new_rowlength))
-                     //                ++col_num;
-                     old_rowlength = new_rowlength;
-                   };
-               };
+                   }
+               }
            }
        }
       else

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.