]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc update.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 19 May 2000 12:33:38 +0000 (12:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 19 May 2000 12:33:38 +0000 (12:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@2898 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 26177f15243d29e106eab628aca0f13c89ba3e33..0c1017352fab55fec5ce0e5e05459c8b83d3d123 100644 (file)
@@ -597,6 +597,9 @@ MatrixTools<dim>::apply_boundary_values (const 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<double>::set (dof_number, dof_number,
                                            first_nonzero_diagonal_entry);
          new_rhs = right_hand_side(dof_number)

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.