]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some cruft that's a couple of years old.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 2 Dec 2003 00:57:25 +0000 (00:57 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 2 Dec 2003 00:57:25 +0000 (00:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@8216 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.all_dimensions.cc

index 779a02e646172f549adf20605e90ab620a993700..91d9cb475d6a723ba2d3b4380da97bd2597ccafd 100644 (file)
@@ -103,11 +103,8 @@ MatrixTools::apply_boundary_values (const std::map<unsigned int,double> &boundar
                = dof->second * matrix.diag_element(dof_number);
       else
        {
-                                          // use the SparseMatrix::
-                                          // to work around a bug in
-                                          // egcs
-         matrix.SparseMatrix<number>::set (dof_number, dof_number,
-                                           first_nonzero_diagonal_entry);
+         matrix.set (dof_number, dof_number,
+                      first_nonzero_diagonal_entry);
          new_rhs = right_hand_side(dof_number)
                  = dof->second * first_nonzero_diagonal_entry;
        };

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.