]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Mar 2004 14:45:43 +0000 (14:45 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Mar 2004 14:45:43 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@8919 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/sparse_matrix_iterator_09.cc

index 20f28017d32ac9902eb267fc951534abaf47ff4f..a53759d62e7ee16ebcbacf0ed2baf077319140bc 100644 (file)
@@ -27,8 +27,9 @@ void test ()
                                    // create a sparsity pattern with totally
                                    // empty lines (not even diagonals, since
                                    // not quadratic)
-  SparsityPattern sparsity(2,3,1);
+  SparsityPattern sparsity(4,5,1);
   sparsity.add (1,1);
+  sparsity.add (3,1);
   sparsity.compress ();
 
                                    // attach a sparse matrix to it

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.