]> https://gitweb.dealii.org/ - dealii.git/commitdiff
work around a bug in egcs
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 19 May 2000 12:31:36 +0000 (12:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 19 May 2000 12:31:36 +0000 (12:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@2897 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 5fd52aa90dbbd4c89e44f8e725f5fd80cd27ae8b..26177f15243d29e106eab628aca0f13c89ba3e33 100644 (file)
@@ -597,8 +597,8 @@ MatrixTools<dim>::apply_boundary_values (const map<unsigned int,double> &boundar
                = dof->second * matrix.diag_element(dof_number);
       else
        {
-         matrix.set (dof_number, dof_number,
-                     first_nonzero_diagonal_entry);
+         matrix.SparseMatrix<double>::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.