]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Output more information.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 2004 22:47:54 +0000 (22:47 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 2004 22:47:54 +0000 (22:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@8908 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/dof_constraints_09.cc

index 1e19a13c4c91525104282e28a79032aa5db1483a..5467bab6834d2b835e3f3f875923ca31f16d8f0b 100644 (file)
@@ -104,7 +104,8 @@ void test ()
 
                                    // and output what we have
   for (BlockSparseMatrix<double>::const_iterator i=A.begin(); i!=A.end(); ++i)
-    deallog << i->row() << ' ' << i->column() << ' ' << i->value()
+    deallog << i->block_row() << ' ' << i->block_column() << ' '
+            << i->row() << ' ' << i->column() << ' ' << i->value()
             << std::endl;
 }
 

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.