]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a TODO for Guido.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Mar 2004 18:26:17 +0000 (18:26 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Mar 2004 18:26:17 +0000 (18:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@8746 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 8362d1aeecd5baf1481070f77d8742a7d1e068a4..ee6714d891424aa57eb680052fe55b26bcac05dd 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -79,6 +79,7 @@ MatrixTools::apply_boundary_values (const std::map<unsigned int,double> &boundar
                                       // we shall not set
                                       // matrix.global_entry(
                                       //     sparsity_rowstart[dof.first])
+//TODO[GK]: This is going to break when the diagonal element of the matrix is not stored
       const unsigned int last = sparsity_rowstart[dof_number+1];
       for (unsigned int j=sparsity_rowstart[dof_number]+1; j<last; ++j)
        matrix.global_entry(j) = 0.;

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.