]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove template args from BlockSparsity.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Nov 2000 13:31:41 +0000 (13:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Nov 2000 13:31:41 +0000 (13:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@3516 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/block_matrices.cc

index 468516a67d4ecb492d6acb6ca972cb8b96f4eeed..dee86931f3917a356b0b6587881ee3cea28fa3d9 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  solver.cc  ---------------------------
+//----------------------------  block_matrices.cc  ---------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  solver.cc  ---------------------------
+//----------------------------  block_matrices.cc  ---------------------------
 
 
 #include <base/logstream.h>
@@ -30,7 +30,7 @@ void test ()
   deallog.attach(logfile);
   deallog.depth_console(0);
 
-  BlockSparsityPattern<3,2> bsp;
+  BlockSparsityPattern bsp(3,2);
                                   // set sizes
   bsp.block(0,0).reinit ( 2, 10, 7);
   bsp.block(0,1).reinit ( 2, 19, 8);

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.