]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix bug only visible in debug mode.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Oct 2000 15:56:37 +0000 (15:56 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Oct 2000 15:56:37 +0000 (15:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@3463 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_constraints.cc

index 54593af88630669a7d3cf2547babfc27315fbedf..a19fd12fd1750a938e6d9dd8649aca210574f244 100644 (file)
@@ -140,7 +140,8 @@ void ConstraintMatrix::add_entries (const unsigned int                        li
                                             // entry exists, break
                                             // innermost loop
            Assert (p->second == col_val_pair->second,
-                   ExcEntryAlreadyExists(line, column, p->second, value));
+                   ExcEntryAlreadyExists(line, col_val_pair->first,
+                                         p->second, col_val_pair->second));
            break;
          };
       

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.