From: wolf Date: Fri, 26 Mar 2004 19:52:47 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ecea031609f2fac58e7ec758288e1954a354c3;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8882 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/dof_constraints_03.cc b/tests/bits/dof_constraints_03.cc index 6904e66678..a0f1b464a0 100644 --- a/tests/bits/dof_constraints_03.cc +++ b/tests/bits/dof_constraints_03.cc @@ -12,8 +12,10 @@ //---------------------------- dof_constraints_03.cc --------------------------- -// simply check what happens when condensing matrices. This test was -// written when I changed a few things in the algorithm +// simply check what happens when condensing matrices. This test was written +// when I changed a few things in the algorithm. By simply looping over all +// entries of the sparse matrix, we also check that things went right during +// compression of the sparsity pattern. #include "../tests.h" #include