From b2ecea031609f2fac58e7ec758288e1954a354c3 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 26 Mar 2004 19:52:47 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8882 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/dof_constraints_03.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5